Skip to content

Commit f0a4048

Browse files
committed
minor: scheduler
1 parent 5c082c3 commit f0a4048

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arc/scheduler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4371,7 +4371,7 @@ def _safe_delete(job, display_name):
43714371
for key in self.output[label]['paths'].keys()
43724372
}
43734373
for job_type in self.output[label]['job_types']:
4374-
# rotors and bde are initialised to True (see initialize_output_dict) because
4374+
# rotors and bde are initialized to True (see initialize_output_dict) because
43754375
# species with no torsional modes / no BDE targets should not be blocked from
43764376
# convergence. Preserve that default when resetting job state.
43774377
if job_type in ['rotors', 'bde']:

0 commit comments

Comments
 (0)