mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-21 12:50:27 +08:00
Remove prints in test function
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user