Skip to content

Commit ae2bf7b

Browse files
committed
Apply prepare changes
1 parent 8316f65 commit ae2bf7b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bindings/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
#
77
opengeode-core==15.*,>=15.4.8
88
# via -r bindings/python/requirements.in

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

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

0 commit comments

Comments
 (0)