mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-01 12:50:48 +08:00
ENH: In test, do not compute hull twice.
This commit is contained in:
@@ -53,7 +53,7 @@ def test_possible_hull():
|
||||
[4, 6]])
|
||||
|
||||
ph = possible_hull(image)
|
||||
assert_array_equal(possible_hull(image), expected)
|
||||
assert_array_equal(ph, expected)
|
||||
|
||||
if __name__ == "__main__":
|
||||
np.testing.run_module_suite()
|
||||
|
||||
Reference in New Issue
Block a user