mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-03 19:48:48 +08:00
Remove print statement
This commit is contained in:
@@ -154,7 +154,6 @@ def test_one_point():
|
||||
footprint=np.ones((3, 3), bool),
|
||||
min_distance=1, threshold_rel=0,
|
||||
indices=False, exclude_border=False)
|
||||
print result, labels
|
||||
assert np.all(result == (labels == 1))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user