Skip to content

Commit

Permalink
fix accidentally removed code
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinsulzer authored and js1tr3 committed Aug 12, 2024
1 parent 997c20c commit 8cd8fb1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pybamm/parameters/parameter_sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ class ParameterSets(Mapping):
.. doctest::
>>> list(pybamm.parameter_sets)
2020', 'Chen2020', ...]
['Ai2020', 'Chen2020', ...]
Get the docstring for a parameter set:
.. doctest::
>>> print(pybamm.parameter_sets.get_docstring("Ai2020"))
NKLINE>
meters for the Enertech cell (Ai2020), from the papers :footcite:t:`Ai2019`,
tcite:t:`rieger2016new` and references therein.
<BLANKLINE>
Parameters for the Enertech cell (Ai2020), from the papers :footcite:t:`Ai2019`,
:footcite:t:`rieger2016new` and references therein.
...
See also: :ref:`adding-parameter-sets`
Expand Down

0 comments on commit 8cd8fb1

Please sign in to comment.