mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-05 13:21:12 +08:00
Fix assert failure in example
This commit is contained in:
@@ -64,5 +64,6 @@ for i in range(50):
|
||||
if len(found_positions) == len(target_positions):
|
||||
break
|
||||
|
||||
found_positions = np.sort(found_positions)
|
||||
assert np.all(found_positions == target_positions)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user