Skip to content

Commit

Permalink
fix: doctests by updating expected parameter_sets
Browse files Browse the repository at this point in the history
  • Loading branch information
cringeyburger committed Aug 16, 2024
1 parent 3fd56f2 commit 69309ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pybamm/parameters/parameter_sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ParameterSets(Mapping):
>>> import pybamm
>>> list(pybamm.parameter_sets)
['Ai2020', 'Chen2020', ...]
['Sulzer2019', 'Ai2020', 'Chen2020', 'Chen2020_composite', 'Ecker2015', 'Ecker2015_graphite_halfcell', 'Marquis2019', 'Mohtat2020', 'NCA_Kim2011', 'OKane2022', 'OKane2022_graphite_SiOx_halfcell', 'ORegan2022', 'Prada2013', 'Ramadass2004', 'Xu2019', 'ECM_Example', 'MSMR_Example']
Get the docstring for a parameter set:
Expand Down

0 comments on commit 69309ef

Please sign in to comment.