Skip to content

Commit

Permalink
fix arg parser
Browse files Browse the repository at this point in the history
  • Loading branch information
CheukHinHoJerry committed Nov 17, 2024
1 parent 2e11c83 commit f37a447
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mace/tools/arg_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ def build_default_arg_parser() -> argparse.ArgumentParser:
"RealAgnosticResidualInteractionBlock",
"RealAgnosticAttResidualInteractionBlock",
"RealAgnosticInteractionBlock",
"RealAgnosticDensityResidualInteractionBlock",
"RealAgnosticDensityInteractionBlock"
],
)
parser.add_argument(
Expand All @@ -163,6 +165,8 @@ def build_default_arg_parser() -> argparse.ArgumentParser:
choices=[
"RealAgnosticResidualInteractionBlock",
"RealAgnosticInteractionBlock",
"RealAgnosticDensityResidualInteractionBlock",
"RealAgnosticDensityInteractionBlock"
],
)
parser.add_argument(
Expand Down

0 comments on commit f37a447

Please sign in to comment.