mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-16 11:21:25 +08:00
FIX: Skip viewer.show() commands which hang Travis
This commit is contained in:
@@ -66,7 +66,7 @@ class Plugin(QtGui.QDialog):
|
||||
>>> image = data.coins()
|
||||
>>> viewer = ImageViewer(image) # skip if not has_qt
|
||||
>>> viewer += plugin # skip if not has_qt
|
||||
>>> viewer.show() # skip if not has_qt
|
||||
>>> viewer.show() # doctest: +SKIP
|
||||
|
||||
The plugin will automatically delegate parameters to `image_filter` based
|
||||
on its parameter type, i.e., `ptype` (widgets for required arguments must
|
||||
|
||||
@@ -80,7 +80,7 @@ class ImageViewer(QtGui.QMainWindow):
|
||||
>>> from skimage import data
|
||||
>>> image = data.coins()
|
||||
>>> viewer = ImageViewer(image) # skip if not has_qt
|
||||
>>> viewer.show() # skip if not has_qt
|
||||
>>> viewer.show() # doctest: +SKIP
|
||||
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user