Remove prints in test function

This commit is contained in:
Johannes Schönberger
2013-11-30 14:54:31 +01:00
parent ae1c2a261d
commit 0559105f83
-3
View File
@@ -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,