mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-02 19:56:57 +08:00
skip error test
This commit is contained in:
@@ -91,7 +91,7 @@ def test_cut_normalized():
|
||||
# Two labels
|
||||
assert new_labels.max() == 1
|
||||
|
||||
|
||||
@skipif(not is_installed('networkx'))
|
||||
def test_rag_error():
|
||||
img = np.zeros((10, 10, 3), dtype='uint8')
|
||||
labels = np.zeros((10, 10), dtype='uint8')
|
||||
|
||||
Reference in New Issue
Block a user