BUG: Remove debugging print statement that broke Py3k.

This commit is contained in:
Stefan van der Walt
2012-05-22 17:38:19 -07:00
parent a3b9ca7320
commit 2eb0a2552f
@@ -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():