Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hsulab committed Nov 30, 2023
1 parent 0a03269 commit 738fdd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GDPy/computation/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ def read_convergence(self, cache_traj: List[Atoms]=None, *args, **kwargs) -> boo
if frozen_indices:
mobile_indices, end_frozen_indices = parse_constraint_info(end_atoms, cons_text, ret_text=False)
if convert_indices(end_frozen_indices) != convert_indices(beg_frozen_indices):
self._info("Constraint changes after calculation, which may be from `lowest`. Most times it is fine.")
self._print("Constraint changes after calculation, which may be from `lowest`. Most times it is fine.")
end_atoms._del_constraints()
end_atoms.set_constraint(FixAtoms(indices=frozen_indices))
# TODO: Different codes have different definition for the max force
Expand Down

0 comments on commit 738fdd5

Please sign in to comment.