mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-08 01:22:57 +08:00
BUG: Remove print statement that caused py3 tests to fail.
This commit is contained in:
@@ -47,7 +47,7 @@ def test_subdivide_polygon():
|
||||
new_square3 = subdivide_polygon(square3, degree, True)
|
||||
np.testing.assert_equal(new_square3[0], square3[0])
|
||||
np.testing.assert_equal(new_square3[-1], square3[-1])
|
||||
print mask_len
|
||||
|
||||
np.testing.assert_equal(new_square3.shape[0],
|
||||
2 * (square3.shape[0] - mask_len + 2))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user