Skip to content

Commit b3a5080

Browse files
committed
same
1 parent 1a71340 commit b3a5080

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bindings/python/tests/test-py-pointset-colocation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ def check_colocation3D():
116116
"[Test] (3D) PointSet has wrong number of colocated points.")
117117
first_colocated_points_group = [0, 1, 6]
118118
second_colocated_points_group = [3, 5]
119-
if not not colocation_inspector.colocated_points_groups().issues()[0] == first_colocated_points_group and not colocation_inspector.colocated_points_groups().issues()[0] == second_colocated_points_group:
119+
if not colocation_inspector.colocated_points_groups().issues()[0] == first_colocated_points_group and not colocation_inspector.colocated_points_groups().issues()[0] == second_colocated_points_group:
120120
raise ValueError(
121121
"[Test] (3D) PointSet has wrong first colocated points group.")
122-
if not not colocation_inspector.colocated_points_groups().issues()[1] == first_colocated_points_group and not colocation_inspector.colocated_points_groups().issues()[1] == second_colocated_points_group:
122+
if not colocation_inspector.colocated_points_groups().issues()[1] == first_colocated_points_group and not colocation_inspector.colocated_points_groups().issues()[1] == second_colocated_points_group:
123123
raise ValueError(
124124
"[Test] (3D) PointSet has wrong second colocated points group.")
125125

0 commit comments

Comments
 (0)