From 3ad2b682d6c96dff7ab232cee092710bd0adb2aa Mon Sep 17 00:00:00 2001 From: Vighnesh Birodkar Date: Wed, 6 Aug 2014 02:47:24 +0530 Subject: [PATCH] test skip --- skimage/graph/tests/test_rag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/graph/tests/test_rag.py b/skimage/graph/tests/test_rag.py index 8bdefee8..4cd5fd36 100644 --- a/skimage/graph/tests/test_rag.py +++ b/skimage/graph/tests/test_rag.py @@ -69,7 +69,7 @@ def test_threshold_cut(): # Two labels assert new_labels.max() == 1 - +@skipif(not is_installed('networkx')) def test_cut_normalized(): img = np.zeros((100, 100, 3), dtype='uint8')