From 24192856025c54e5ad8c3631f00115b13c30f5c2 Mon Sep 17 00:00:00 2001 From: Chintak Sheth Date: Wed, 22 May 2013 00:05:49 +0530 Subject: [PATCH] Unit tests added --- skimage/morphology/tests/test_convex_hull.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/morphology/tests/test_convex_hull.py b/skimage/morphology/tests/test_convex_hull.py index 1a8b39ef..9b948237 100644 --- a/skimage/morphology/tests/test_convex_hull.py +++ b/skimage/morphology/tests/test_convex_hull.py @@ -65,7 +65,7 @@ def test_possible_hull(): ph = possible_hull(image) assert_array_equal(ph, expected) - +@skipif(not scipy_spatial) def test_object(): image = np.array( [[1, 0, 1, 0, 0, 0, 0, 0, 0],