Skip to content

Commit

Permalink
fix: run model devi should use run_executor
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzyphysics committed Mar 29, 2024
1 parent 315c0cb commit 0e04dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpgen2/superop/prep_run_calypso.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def _prep_run_caly(
"models": prep_run_caly_steps.inputs.artifacts["models"],
},
key=step_keys["run-caly-model-devi"],
executor=prep_executor,
executor=run_executor,
**prep_config,
)
prep_run_caly_steps.add(run_caly_model_devi)
Expand Down

0 comments on commit 0e04dbe

Please sign in to comment.