Replies: 1 comment
-
You can see all possible model options by doing, e.g., model = pybamm.lithium_ion.SPM()
model.options.possible_options This returns a dictionary of option names and the possible values. To see the options currently being used you can do model.options.print_options() This prints the current options, as well as the possible options. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I see the different options that can be used with a given model?
Beta Was this translation helpful? Give feedback.
All reactions