Skip to content

Commit d42b061

Browse files
committed
python
1 parent 2f0413b commit d42b061

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bindings/python/tests/geometry/test-py-nnsearch.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@
5555
colocated_info = colocator.colocated_index_mapping(basic.GLOBAL_EPSILON)
5656
if colocated_info.nb_colocated_points() != 3:
5757
raise ValueError("[Test] Should be 3 colocated points")
58-
mapping_answer = [0, 0, 1, 0, 2, 1, 3]
59-
if colocated_info.colocated_mapping != mapping_answer:
60-
raise ValueError("[Test] Error in colocated mapping")
6158
points_answer = [p0, p1, p2, p3]
6259
for p in range(4):
6360
if colocated_info.unique_points[p] != points_answer[p]:

0 commit comments

Comments
 (0)