skip error test

This commit is contained in:
Vighnesh Birodkar
2014-08-06 23:45:35 +05:30
parent 9371c4f0e7
commit 1fa7bced8d
+1 -1
View File
@@ -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')