Unit tests added

This commit is contained in:
Chintak Sheth
2013-05-29 10:38:27 +05:30
parent 20ca89d8b8
commit 2419285602
+1 -1
View File
@@ -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],