Skip to content

Commit

Permalink
converting with no simplification = more geometry works
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Apr 22, 2024
1 parent 44ee8fa commit 1dd4731
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion tests/test_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_conversion(input_step_file):
"cellSummaryFile = False\n"
"cellCommentFile = False\n"
"debug = False\n"
"simplify = full\n"
"simplify = no\n"
"[Options]\n"
"forceCylinder = False\n"
"splitTolerance = 0\n"
Expand Down
3 changes: 0 additions & 3 deletions tests/test_transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,10 @@
step_files.remove(Path("testing/inputSTEP/large/SCDR.stp"))
step_files.remove(Path("testing/inputSTEP/placa.stp"))
step_files.remove(Path("testing/inputSTEP/placa2.stp"))
step_files.remove(Path("testing/inputSTEP/Misc/sphereBarCyl2.stp"))
step_files.remove(Path("testing/inputSTEP/Misc/sphereBarCyl1.stp"))
# required a few more particles needed but also losing particles
step_files.remove(Path("testing/inputSTEP/DoubleCylinder/placa3.step"))
step_files.remove(Path("testing/inputSTEP/DoubleCylinder/placa.stp"))
# this face2.stp crashes when loading the geometry.xml
step_files.remove(Path("testing/inputSTEP/Torus/face2.stp"))


@pytest.mark.skipif(
Expand Down

0 comments on commit 1dd4731

Please sign in to comment.