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 @@ -115,10 +115,10 @@ def check_colocation3D():
115115 "[Test] (3D) EdgedCurve has wrong number ofgroup of colocated points." )
116116 first_colocated_points_group = [0 , 1 , 6 ]
117117 second_colocated_points_group = [3 , 5 ]
118- 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 :
118+ 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 :
119119 raise ValueError (
120120 "[Test] (3D) EdgedCurve has wrong first colocated points group." )
121- 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 :
121+ 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 :
122122 raise ValueError (
123123 "[Test] (3D) EdgedCurve has wrong second colocated points group." )
124124
You can’t perform that action at this time.
0 commit comments