We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c151a08 commit 870761aCopy full SHA for 870761a
1 file changed
arc/scheduler.py
@@ -1615,7 +1615,8 @@ def spawn_ts_jobs(self):
1615
if method in all_families_ts_adapters or \
1616
(rxn.family is not None
1617
and rxn.family in list(ts_adapters_by_rmg_family.keys())
1618
- and method in ts_adapters_by_rmg_family[rxn.family]):
+ and method in ts_adapters_by_rmg_family[rxn.family]) \
1619
+ or 'mock' in method:
1620
self.run_job(job_type='tsg',
1621
job_adapter=method,
1622
reactions=[rxn],
0 commit comments