We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d42b061 commit 91b2c02Copy full SHA for 91b2c02
bindings/python/tests/geometry/test-py-nnsearch.py
@@ -55,7 +55,3 @@
55
colocated_info = colocator.colocated_index_mapping(basic.GLOBAL_EPSILON)
56
if colocated_info.nb_colocated_points() != 3:
57
raise ValueError("[Test] Should be 3 colocated points")
58
- points_answer = [p0, p1, p2, p3]
59
- for p in range(4):
60
- if colocated_info.unique_points[p] != points_answer[p]:
61
- raise ValueError("[Test] Error in unique points")
0 commit comments