mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-02 05:16:25 +08:00
removed debug print in test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user