Skip to content

Commit

Permalink
Reorder solvers in the CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
schneiderfelipe committed Jan 22, 2022
1 parent 8eafc35 commit dec2297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overreact/_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ def main(arguments=None):
"--method",
help="integrator used in solving the ODE system of the microkinetic "
"simulation",
choices=["Radau", "BDF", "LSODA"],
choices=["BDF", "Radau", "LSODA"],
default="Radau",
)
parser.add_argument(
Expand Down

0 comments on commit dec2297

Please sign in to comment.