File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -212,9 +212,9 @@ def check_a1(verbose):
212212 else :
213213 print ("model_A1 topology is invalid." )
214214 nb_model_issues = launch_topological_validity_checks (result .topology , verbose )
215- if nb_model_issues != 267 :
215+ if nb_model_issues != 5165 :
216216 raise ValueError (
217- "[Test] model model_A1 should have 267 unique vertices with topological problems."
217+ "[Test] model model_A1 should have 5615 unique vertices with topological problems."
218218 )
219219 nb_component_meshes_issues = launch_component_meshes_validity_checks (
220220 result .meshes , verbose
@@ -236,9 +236,9 @@ def check_a1_valid(verbose):
236236 else :
237237 print ("model_A1_valid topology is invalid." )
238238 nb_model_issues = launch_topological_validity_checks (result .topology , verbose )
239- if nb_model_issues != 267 :
239+ if nb_model_issues != 5165 :
240240 raise ValueError (
241- "[Test] model model_A1_valid should have 267 topological problems."
241+ "[Test] model model_A1_valid should have 5165 topological problems."
242242 )
243243 nb_component_meshes_issues = launch_component_meshes_validity_checks (
244244 result .meshes , verbose
You can’t perform that action at this time.
0 commit comments