File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22# This file is autogenerated by pip-compile with Python 3.10
33# by the following command:
44#
5- # pip-compile bindings/python/requirements.in
5+ # pip-compile --pre bindings/python/requirements.in
66#
77opengeode-core == 15.* ,>= 15.4.8
88 # via -r bindings/python/requirements.in
Original file line number Diff line number Diff line change @@ -218,9 +218,9 @@ def check_a1(verbose):
218218 nb_component_meshes_issues = launch_component_meshes_validity_checks (
219219 result .meshes , verbose
220220 )
221- if nb_component_meshes_issues != 13503 :
221+ if nb_component_meshes_issues != 13494 :
222222 raise ValueError (
223- "[Test] model model_A1_valid should have 13503 component meshes issues (pairs of component meshes triangles intersecting)."
223+ "[Test] model model_A1_valid should have 13494 component meshes issues (pairs of component meshes triangles intersecting)."
224224 )
225225
226226
@@ -242,9 +242,9 @@ def check_a1_valid(verbose):
242242 nb_component_meshes_issues = launch_component_meshes_validity_checks (
243243 result .meshes , verbose
244244 )
245- if nb_component_meshes_issues != 13503 :
245+ if nb_component_meshes_issues != 13494 :
246246 raise ValueError (
247- "[Test] model model_A1_valid should have 13503 component meshes issues (pairs of component meshes triangles intersecting)."
247+ "[Test] model model_A1_valid should have 13494 component meshes issues (pairs of component meshes triangles intersecting)."
248248 )
249249
250250
You can’t perform that action at this time.
0 commit comments