Skip to content

Commit

Permalink
Hotfix/mlneb nsteps (#88)
Browse files Browse the repository at this point in the history
* use nsteps attribute

* upgrade werkzeug
  • Loading branch information
Martin Hangaard Hansen committed Mar 2, 2020
1 parent 0dd39f5 commit 0a836fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion catlearn/optimize/mlneb.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ def run(self, fmax=0.05, unc_convergence=0.050, steps=500,
prev_save_positions.append(i.get_positions())

neb_opt.run(fmax=(fmax * 0.85), steps=1)
neb_opt.steps = 0
neb_opt.nsteps = 0

n_steps_performed += 1
get_results_predicted_path(self)
Expand Down

0 comments on commit 0a836fa

Please sign in to comment.