Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinp0 committed Aug 24, 2024
1 parent b83829c commit e71c3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arc/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e71c3f6

Please sign in to comment.