Skip to content

Commit

Permalink
Update frozen.py (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
becca9835 authored Jun 5, 2023
1 parent 24eeaf8 commit 57f73d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/change_log.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ There is one key exception to the rules above -- and that is with `MAJOR`=0 rele
- hide pymatgen POTCAR warnings
- fix github CI bug for MacOS being unstable
- fix bug for zombie jobs causing evolutionary search to hang
- fix premature triggering of frozen error

--------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/simmate/apps/vasp/error_handlers/frozen.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class Frozen(ErrorHandler):
"""
Checks when the output file has last been editted. If the job has been sitting
for a long time (i.e. 1 hour), we consider it frozen and want to change the
for a long time (i.e. 10 hours), we consider it frozen and want to change the
ALGO from Normal to Fast or alternatively reduce SYMPREC.
"""

Expand Down

0 comments on commit 57f73d3

Please sign in to comment.