From 57f73d3dc963798ecb11efb30b0e5fd6650896af Mon Sep 17 00:00:00 2001 From: becca9835 <102614194+becca9835@users.noreply.github.com> Date: Mon, 5 Jun 2023 16:05:19 -0400 Subject: [PATCH] Update frozen.py (#461) --- docs/change_log.md | 1 + src/simmate/apps/vasp/error_handlers/frozen.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/change_log.md b/docs/change_log.md index fbafb97d4..b515c18cc 100644 --- a/docs/change_log.md +++ b/docs/change_log.md @@ -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 -------------------------------------------------------------------------------- diff --git a/src/simmate/apps/vasp/error_handlers/frozen.py b/src/simmate/apps/vasp/error_handlers/frozen.py index ba676a72b..15d2376cc 100644 --- a/src/simmate/apps/vasp/error_handlers/frozen.py +++ b/src/simmate/apps/vasp/error_handlers/frozen.py @@ -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. """