Skip to content

Commit fba956a

Browse files
Update deepmd/entrypoints/show.py
Co-authored-by: Han Wang <92130845+wanghan-iapcm@users.noreply.github.com> Signed-off-by: Duo <50307526+iProzd@users.noreply.github.com>
1 parent 4a8e6e9 commit fba956a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deepmd/entrypoints/show.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def show(
3737
)
3838
model_branches = list(model_params["model_dict"].keys())
3939
model_branches += ["RANDOM"]
40-
model_alias_dict, model_branch_dict = get_model_dict(model_params["model_dict"])
40+
_, model_branch_dict = get_model_dict(model_params["model_dict"])
4141
log.info(
4242
f"Available model branches are {model_branches}, "
4343
f"where 'RANDOM' means using a randomly initialized fitting net."

0 commit comments

Comments
 (0)