@@ -221,9 +221,9 @@ def check_a1(verbose):
221221 else :
222222 print ("model_A1 topology is invalid." )
223223 nb_model_issues = launch_topological_validity_checks (result .topology , verbose )
224- if nb_model_issues != 5201 :
224+ if nb_model_issues != 5191 :
225225 raise ValueError (
226- "[Test] model model_A1 should have 5201 unique vertices with topological problems."
226+ "[Test] model model_A1 should have 5191 unique vertices with topological problems."
227227 )
228228 nb_component_meshes_issues = launch_component_meshes_validity_checks (
229229 result .meshes , verbose
@@ -242,9 +242,9 @@ def inspect_model_A1(model_brep, verbose):
242242 else :
243243 print ("model_A1_valid topology is invalid." )
244244 nb_model_issues = launch_topological_validity_checks (result .topology , verbose )
245- if nb_model_issues != 5201 :
245+ if nb_model_issues != 5191 :
246246 raise ValueError (
247- "[Test] model model_A1_valid should have 5201 topological problems."
247+ "[Test] model model_A1_valid should have 5191 topological problems."
248248 )
249249 nb_component_meshes_issues = launch_component_meshes_validity_checks (
250250 result .meshes , verbose
@@ -268,9 +268,9 @@ def inspect_model_mss(model_brep, verbose):
268268 else :
269269 print ("model mss topology is invalid." )
270270 nb_model_issues = launch_topological_validity_checks (result .topology , verbose )
271- if nb_model_issues != 52 :
271+ if nb_model_issues != 50 :
272272 raise ValueError (
273- "[Test] model mss.og_strm should have 37 topological problems, not "
273+ "[Test] model mss.og_strm should have 50 topological problems, not "
274274 + str (nb_model_issues )
275275 )
276276 nb_component_meshes_issues = launch_component_meshes_validity_checks (
0 commit comments