From 0559105f83fb28482f66e9c8f696e0d0059c646c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Sat, 30 Nov 2013 14:54:31 +0100 Subject: [PATCH] Remove prints in test function --- skimage/feature/tests/test_match.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/skimage/feature/tests/test_match.py b/skimage/feature/tests/test_match.py index 3b17ed4d..a028b585 100644 --- a/skimage/feature/tests/test_match.py +++ b/skimage/feature/tests/test_match.py @@ -48,9 +48,6 @@ def test_binary_descriptors_lena_rotation_crosscheck_false(): m1, m2 = match_descriptors(descriptors1, descriptors2, threshold=0.13, cross_check=False) - print m1 - print m2 - expected_mask1 = np.array([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35,