-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Receiving KeyError: '0' when attempting arcrestart
#623
Comments
[self.job_dict[spc.label]['tsg'][get_i_from_job_name(job_name)].as_dict()
for job_name in self.running_jobs[spc.label] if 'tsg' in job_name] In this line of code, when However,
As we can see, it has kept 'tsg' in the key. Going back further for
|
Good catch! Can you see where |
Okay, so moving far enough back, I have found the issue: In the restart file, here is an example of TS running_jobs:
TS0:
- args:
block: {}
keyword: {}
trsh: {}
constraints: []
cpu_cores: 8
ess_settings: *id002
execution_type: incore
initial_time: '2023-03-25 12:27:55.256610'
job_adapter: heuristics
job_id: 12224
job_memory_gb: 7.0
job_name: tsg0
job_num: 12224
job_server_name: a12224
job_status:
- done
- error: ''
keywords: []
line: ''
status: done
job_type: tsg
level: null
max_job_time: 120
project: arc_ll_hab
project_directory: /storage/ce_dana/calvinp/runs/nn_arc/low_level/20_rows_171_to_190
reaction_indices:
- 0
- args:
block: {}
keyword: {}
trsh: {}
constraints: []
cpu_cores: 8
ess_settings: *id002
execution_type: incore
initial_time: '2023-03-25 12:28:04.085632'
job_adapter: autotst
job_id: 12225
job_memory_gb: 7.0
job_name: tsg1
job_num: 12225
job_server_name: a12225
job_status:
- done
- error: ''
keywords: []
line: ''
status: done
job_type: tsg
level: null
max_job_time: 120
project: arc_ll_hab
project_directory: /storage/ce_dana/calvinp/runs/nn_arc/low_level/20_rows_171_to_190
reaction_indices:
- 0
tsg: 1 Notice that for |
At this line Line 824 in ba4f5b9
When it has |
Describe the bug
How to reproduce
This is a 20 reaction list I am using and had to restart after an issue in the initial run. When attempting to
arcrestart
, I receive this error.Additional Context
Uncertain if this is also related to this: #622?
Here is the restart.yml
restart.zip
The text was updated successfully, but these errors were encountered: