Skip to content

Commit

Permalink
fix: skip doctest ordered list
Browse files Browse the repository at this point in the history
  • Loading branch information
dbhart committed Dec 16, 2024
1 parent d4041bf commit 1aa3184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/waterquality_msx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ The following example loads the Lead plumbosolvency model (lead_ppm) from the Ms
>>> import wntr.library.msx
>>> reaction_library = wntr.library.msx.MsxLibrary()

>>> print(reaction_library.model_name_list())
>>> print(reaction_library.model_name_list()) # doctest: +SKIP
['arsenic_chloramine', 'batch_chloramine_decay', 'lead_ppm', 'nicotine', 'nicotine_ri']

>>> lead_ppm = reaction_library.get_model("lead_ppm")
Expand Down

0 comments on commit 1aa3184

Please sign in to comment.