Skip to content

Commit

Permalink
job dict fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JintaoWu98 committed Oct 16, 2024
1 parent fd35c92 commit fd643d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arc/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -3144,6 +3144,8 @@ def get_completed_incore_jobs(self):
job = self.job_dict[label][job_type][job_name]
elif 'conf_opt' in job_name:
job = self.job_dict[label]['conf_opt'][i]
elif 'conf_sp' in job_name:
job = self.job_dict[label]['conf_sp'][i]
elif 'tsg' in job_name:
job = self.job_dict[label]['tsg'][i]
else:
Expand Down

0 comments on commit fd643d9

Please sign in to comment.