Skip to content

Commit

Permalink
fix: ut
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzyphysics committed May 28, 2024
1 parent 0628717 commit 3ba9ece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dpgen2/superop/prep_run_calypso.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def _prep_run_caly(
"qhull_input": temp_value,
},
key=step_keys["caly-evo-step-{{item}}"],
with_param=argo_range(prep_caly_input.outputs.parameters["ntasks"]),
with_param=argo_range(prep_caly_input.outputs.parameters["ntasks"]), # type: ignore
# executor=caly_evo_step_executor,
**caly_evo_step_config,
)
Expand Down Expand Up @@ -274,7 +274,7 @@ def _prep_run_caly(
"qhull_input": temp_value,
},
key=step_keys["caly-evo-step-{{item}}"],
with_param=argo_range(prep_caly_input.outputs.parameters["ntasks"]),
with_param=argo_range(prep_caly_input.outputs.parameters["ntasks"]), # type: ignore
# executor=caly_evo_step_executor,
**caly_evo_step_config,
)
Expand Down

0 comments on commit 3ba9ece

Please sign in to comment.