Skip to content
Snippets Groups Projects
Commit 384915e9 authored by Bert Palm's avatar Bert Palm 🎇
Browse files

minor fix: ignore plot results with doctest

parent 7092bde5
No related branches found
No related tags found
Loading
Pipeline #160216 passed with stages
in 10 minutes and 1 second
......@@ -272,8 +272,7 @@ To see all the results obtained so far, plotted in one figure window, we make us
.. doctest:: exampleOD
>>> data.to_df().plot()
<AxesSubplot: >
>>> data.to_df().plot() # doctest: +SKIP
.. plot::
:context:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment