We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8139c15 commit e78083dCopy full SHA for e78083d
1 file changed
arc/scheduler.py
@@ -1605,7 +1605,8 @@ def spawn_ts_jobs(self):
1605
if method in all_families_ts_adapters or \
1606
(rxn.family is not None
1607
and rxn.family in list(ts_adapters_by_rmg_family.keys())
1608
- and method in ts_adapters_by_rmg_family[rxn.family]):
+ and method in ts_adapters_by_rmg_family[rxn.family]) \
1609
+ or 'mock' in method:
1610
self.run_job(job_type='tsg',
1611
job_adapter=method,
1612
reactions=[rxn],
0 commit comments