removed debug print in test

This commit is contained in:
Vighnesh Birodkar
2015-06-11 01:04:46 +05:30
parent 5a869dc70e
commit 557354668e
@@ -12,7 +12,6 @@ def test_seam_carving():
energy = 1 - img
out = transform.seam_carve(img, energy, 'vertical', 1, border=0)
print out
testing.assert_allclose(out, 0)
img = img.T