We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c082c3 commit f0a4048Copy full SHA for f0a4048
1 file changed
arc/scheduler.py
@@ -4371,7 +4371,7 @@ def _safe_delete(job, display_name):
4371
for key in self.output[label]['paths'].keys()
4372
}
4373
for job_type in self.output[label]['job_types']:
4374
- # rotors and bde are initialised to True (see initialize_output_dict) because
+ # rotors and bde are initialized to True (see initialize_output_dict) because
4375
# species with no torsional modes / no BDE targets should not be blocked from
4376
# convergence. Preserve that default when resetting job state.
4377
if job_type in ['rotors', 'bde']:
0 commit comments