Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 24, 2024
1 parent f4a3439 commit 4641ff1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dpgen2/superop/prep_run_dp_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,9 @@ def _prep_run_dp_train(
"init_data": train_steps.inputs.artifacts["init_data"],
"iter_data": train_steps.inputs.artifacts["iter_data"],
"valid_data": valid_data,
"optional_files": upload_artifact(optional_files) if optional_files is not None else None,
"optional_files": upload_artifact(optional_files)
if optional_files is not None
else None,
},
with_sequence=argo_sequence(
argo_len(prep_train.outputs.parameters["task_names"]),
Expand Down

0 comments on commit 4641ff1

Please sign in to comment.