Resolve fast forward

This commit is contained in:
Chintak Sheth
2013-05-22 00:07:12 +05:30
parent 2419285602
commit 4ff28908d8
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -106,4 +106,3 @@ def convex_hull_object(image):
convex_img = np.logical_or(convex_img, convex_obj)
return convex_img
@@ -65,6 +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(