mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-07 10:08:17 +08:00
remove print statement
This commit is contained in:
committed by
Johannes Schönberger
parent
dd41c9a654
commit
cc061029f3
@@ -245,7 +245,6 @@ def test_ellipse_perimeter():
|
||||
img = np.zeros((30, 15), 'uint8')
|
||||
rr, cc = ellipse_perimeter(15, 7, 14, 6)
|
||||
img[rr, cc] = 1
|
||||
print(img)
|
||||
img_ = np.array(
|
||||
[[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0],
|
||||
|
||||
Reference in New Issue
Block a user