Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CDT: Add test cases for problematic input #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

beholdnec
Copy link

Foxtrot fails when you try to open the Raspberry Pi 4 Model B STEP file. This isn't the Model 3 from the demo. The STEP file can be found here: https://grabcad.com/library/raspberry-pi-4-model-b-1

I have isolated the failure to two problematic test cases in the cdt package. This PR does not fix the errors - it only adds test cases to trigger the errors.

  • problematic_hull_case: This data causes a malformed Hull data structure to be generated. The error can be detected by calling hull.check after the hull has been built but before running the triangulator.
  • problematic_cdt_case: This data causes the triangulator to fail with assertion failed: edge_r.dst == edge_l.src

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant