Skip to content

Commit

Permalink
Added list of possible values of driver mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ceriottm committed Nov 11, 2024
1 parent d87b210 commit 3398632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/py/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ def run_driver(
"--mode",
type=str,
default="dummy",
choices=list(__drivers__.keys()),
help="""Type of potential to be used to compute the potential and its derivatives.
Currently implemented: [dummy, harmonic]
""",
)
parser.add_argument(
Expand Down

0 comments on commit 3398632

Please sign in to comment.