Skip to content

Commit

Permalink
Update dpgen/generator/run.py
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz and coderabbitai[bot] authored Nov 15, 2024
1 parent 10b9399 commit e2af938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpgen/generator/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ def run_train_dp(iter_index, jdata, mdata):
if suffix == ".pth":
train_command += " --pt"
elif suffix == ".savedmodel":
train_command += "--jax"
train_command += " --jax"

Check warning on line 770 in dpgen/generator/run.py

View check run for this annotation

Codecov / codecov/patch

dpgen/generator/run.py#L770

Added line #L770 was not covered by tests

# paths
iter_name = make_iter_name(iter_index)
Expand Down

0 comments on commit e2af938

Please sign in to comment.