Skip to content

Commit

Permalink
added link to issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Apr 19, 2024
1 parent 83ed2d2 commit b849594
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
step_files = list(path_to_cad.rglob("*.stp")) + list(path_to_cad.rglob("*.step"))

# these step files all produced failures, most of them lose particles
# they are removed from the tests but an issue has be raised and a minimal
# example has been made in the issue where the fixing of these files can be
# tracked https://github.com/shimwell/GEOUNED/issues/11
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"))
Expand Down

0 comments on commit b849594

Please sign in to comment.