We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f22f93a commit dcb3ed3Copy full SHA for dcb3ed3
em_workflows/dm_conversion/flow.py
@@ -234,6 +234,7 @@ def generate_jpegs(file_path: FilePath) -> dict:
234
name="Small 2D",
235
flow_run_name=utils.generate_flow_run_name,
236
log_prints=True,
237
+ task_runner=DMConfig.SLURM_EXECUTOR,
238
on_completion=[utils.notify_api_completion],
239
on_failure=[utils.notify_api_completion],
240
on_crashed=[utils.notify_api_completion],
0 commit comments