mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-23 13:10:18 +08:00
Skip show commands for doc tests
This commit is contained in:
+1
-1
@@ -248,7 +248,7 @@ def show():
|
||||
|
||||
>>> for i in range(4):
|
||||
... io.imshow(np.random.random((50, 50)))
|
||||
>>> io.show()
|
||||
>>> io.show() # doctest: +SKIP
|
||||
|
||||
'''
|
||||
return call_plugin('_app_show')
|
||||
|
||||
@@ -73,7 +73,7 @@ class ImageViewer(QtGui.QMainWindow):
|
||||
>>> from skimage import data
|
||||
>>> image = data.coins()
|
||||
>>> viewer = ImageViewer(image)
|
||||
>>> # viewer.show()
|
||||
>>> viewer.show() # doctest: +SKIP
|
||||
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user