Skip to content

Commit

Permalink
CI: skip a broken doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Aug 28, 2024
1 parent f4f6bce commit 220f329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions navis/plotting/ddd.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,11 +249,11 @@ def plot3d(
>>> # Plot inline
>>> nl.plot3d(backend='k3d') # doctest: +SKIP
In a terminal using vispy as backend.
In a terminal using octarine as backend.
>>> # Plot list of neurons
>>> nl = navis.example_neurons()
>>> v = navis.plot3d(nl, backend='vispy')
>>> v = navis.plot3d(nl, backend='octarine') # doctest: +SKIP
>>> # Clear canvas
>>> navis.clear3d()
Expand Down

0 comments on commit 220f329

Please sign in to comment.