Skip to content

Commit d5028e5

Browse files
committed
fix python
1 parent fb16a92 commit d5028e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bindings/python/tests/test-py-brep.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)