Skip to content

Commit

Permalink
f! scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
alongd committed Aug 19, 2024
1 parent d60a518 commit 250c5d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arc/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -2624,6 +2624,7 @@ def check_sp_job(self,
job (JobAdapter): The single point job object.
"""
if 'mrci' in self.sp_level.method and job.level is not None and 'mrci' not in job.level.method:
self.output[label]['paths']['sp'] = job.local_path_to_output_file
self.run_sp_job(label)
elif job.job_status[1]['status'] == 'done':
self.post_sp_actions(label,
Expand Down

0 comments on commit 250c5d2

Please sign in to comment.