File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments