Skip to content

Commit b981364

Browse files
committed
2
1 parent 5c4fa92 commit b981364

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
@@ -3370,7 +3370,7 @@ def training_args(
33703370
[int, float],
33713371
optional=True,
33723372
doc=doc_num_epoch,
3373-
alias=["num_epochs", "numb_epoch", "numb_epochs"],
3373+
alias=["num_epochs", "num_epoch", "numb_epochs"],
33743374
),
33753375
Argument("seed", [int, None], optional=True, doc=doc_seed),
33763376
Argument(

0 commit comments

Comments
 (0)