Skip to content

Commit

Permalink
Merge pull request #572 from ACEsuit/develop
Browse files Browse the repository at this point in the history
Merge develop, pylint + log changes
  • Loading branch information
ilyes319 committed Aug 27, 2024
2 parents 2a5ebec + e78ae91 commit 22a2e3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include mace/py.typed
1 change: 1 addition & 0 deletions mace/py.typed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

2 changes: 1 addition & 1 deletion mace/tools/arg_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def build_default_arg_parser() -> argparse.ArgumentParser:
)
parser.add_argument(
"--pair_repulsion",
help="use amsgrad variant of optimizer",
help="use pair repulsion term with ZBL potential",
action="store_true",
default=False,
)
Expand Down

0 comments on commit 22a2e3e

Please sign in to comment.