Skip to content

Commit

Permalink
Actually save ionic_force_tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
pmrv committed Sep 12, 2022
1 parent 4179764 commit e70801b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyiron_atomistics/interactive/scipy_minimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ def ionic_force_tolerance(self) -> float:

@ionic_force_tolerance.setter
def ionic_force_tolerance(self, value: float):
return self.storage.ionic_force_tolerance
self.storage.ionic_force_tolerance = value

@property
def ionic_energy_tolerance(self) -> float:
Expand Down

0 comments on commit e70801b

Please sign in to comment.