Skip to content

Commit d0580fc

Browse files
committed
Fixed also the new utility method to recognize when the step is fixed
1 parent fe90992 commit d0580fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/Utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ def CFP_SaveAll(self, minim):
563563
if not sscha.Parallel.am_i_the_master():
564564
return
565565

566-
if minim.minimizer.new_direction:
566+
if minim.minimizer.is_new_direction():
567567

568568
# Get the weights if required
569569
if self.save_weights:

0 commit comments

Comments
 (0)