We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb3c8c8 commit 1dae032Copy full SHA for 1dae032
bindings/python/tests/test-py-brep.py
@@ -260,9 +260,9 @@ def check_model_mss(verbose):
260
else:
261
print("model mss topology is invalid.")
262
nb_model_issues = launch_topological_validity_checks(result.topology, verbose)
263
- if nb_model_issues != 35:
+ if nb_model_issues != 36:
264
raise ValueError(
265
- "[Test] model mss.og_strm should have 35 topological problems."
+ "[Test] model mss.og_strm should have 36 topological problems."
266
)
267
nb_component_meshes_issues = launch_component_meshes_validity_checks(
268
result.meshes, verbose
0 commit comments