Skip to content

Commit dcb3ed3

Browse files
committed
Add back dm config task runner
1 parent f22f93a commit dcb3ed3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

em_workflows/dm_conversion/flow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ def generate_jpegs(file_path: FilePath) -> dict:
234234
name="Small 2D",
235235
flow_run_name=utils.generate_flow_run_name,
236236
log_prints=True,
237+
task_runner=DMConfig.SLURM_EXECUTOR,
237238
on_completion=[utils.notify_api_completion],
238239
on_failure=[utils.notify_api_completion],
239240
on_crashed=[utils.notify_api_completion],

0 commit comments

Comments
 (0)