Skip to content

Commit 2728027

Browse files
committed
2
1 parent c65b740 commit 2728027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deepmd/utils/argcheck.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3353,7 +3353,7 @@ def training_args(
33533353
[int, float],
33543354
optional=True,
33553355
doc=doc_num_epoch,
3356-
alias=["num_epochs", "numb_epoch", "numb_epochs"],
3356+
alias=["num_epochs", "num_epoch", "numb_epochs"],
33573357
),
33583358
Argument("seed", [int, None], optional=True, doc=doc_seed),
33593359
Argument(

0 commit comments

Comments
 (0)