mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-04 04:10:34 +08:00
BUG: Remove debugging print statement that broke Py3k.
This commit is contained in:
@@ -197,7 +197,6 @@ def test_weighted_central_moments():
|
||||
-3.3156729271e+04]]
|
||||
)
|
||||
np.set_printoptions(precision=10)
|
||||
print wmu
|
||||
assert_array_almost_equal(wmu, ref)
|
||||
|
||||
def test_weighted_centroid():
|
||||
|
||||
Reference in New Issue
Block a user