mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-09 11:33:41 +08:00
Unit tests added
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user