Remove print statement

This commit is contained in:
Johannes Schönberger
2013-10-14 22:14:01 +02:00
parent 3f39885c93
commit a17cfd9b06
-1
View File
@@ -154,7 +154,6 @@ def test_one_point():
footprint=np.ones((3, 3), bool),
min_distance=1, threshold_rel=0,
indices=False, exclude_border=False)
print result, labels
assert np.all(result == (labels == 1))