From e71c3f69de78a6f3c66ef56452ec000f9026b7af Mon Sep 17 00:00:00 2001 From: Calvin Date: Sat, 24 Aug 2024 17:58:13 +0300 Subject: [PATCH] Updated --- arc/scheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arc/scheduler.py b/arc/scheduler.py index d779aa6b18..ee9514fe2e 100644 --- a/arc/scheduler.py +++ b/arc/scheduler.py @@ -3356,7 +3356,7 @@ def troubleshoot_opt_jobs(self, label): previous_job = self.job_dict[label]['opt']['opt_a' + str(previous_job_num)] if not previous_job.fine and previous_job.job_status[0] == 'done' \ and previous_job.job_status[1]['status'] == 'done' \ - and 'all_attempted' not in job.ess_trsh_methods: + and 'all_attempted' in job.ess_trsh_methods: # The present job with a fine grid failed in the ESS calculation. # A *previous* job without a fine grid terminated successfully on the server and ESS. # So use the xyz determined w/o the fine grid, and output an error message to alert users.