Skip to content

Commit 91b2c02

Browse files
committed
python again
1 parent d42b061 commit 91b2c02

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,3 @@
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-
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

Comments
 (0)