Skip to content

Commit

Permalink
set default to true of smooth
Browse files Browse the repository at this point in the history
  • Loading branch information
iProzd committed May 12, 2024
1 parent 79172f1 commit 4329423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepmd/utils/argcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ def descrpt_dpa2_args():
doc=doc_concat_output_tebd,
),
Argument("precision", str, optional=True, default="default", doc=doc_precision),
Argument("smooth", bool, optional=True, default=False, doc=doc_smooth),
Argument("smooth", bool, optional=True, default=True, doc=doc_smooth),
Argument(
"exclude_types",
List[List[int]],
Expand Down

0 comments on commit 4329423

Please sign in to comment.