Skip to content

Commit

Permalink
skip one doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacZhangzhuo committed Dec 17, 2023
1 parent 42fd95a commit 8b4e61b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/compas_viewer/viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ class Viewer(ViewerConfig):
The viewer supports rotate/pan/zoom, and object selection via picking or box selections.
Currently the viewer uses OpenGL 2.2 and GLSL 120 with a 'compatibility' profile.
Examples
-------
>>> from compas_viewer import Viewer
>>> viewer = Viewer()
>>> viewer.show() # doctest: +SKIP
"""

def __init__(
Expand Down

0 comments on commit 8b4e61b

Please sign in to comment.