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

Fix issue with exterior ghost vertices #196

Merged
merged 6 commits into from
Oct 1, 2024
Merged

Fix issue with exterior ghost vertices #196

merged 6 commits into from
Oct 1, 2024

Conversation

DanielVandH
Copy link
Member

The issue was it only looked at the very outer curves since that was all we could do previously, but the main point of these checks is to find outward ghost edges, so we should actually be finding all the positive curves.

Fixes #188

Copy link

codecov bot commented Oct 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.00%. Comparing base (455b592) to head (9026e69).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #196   +/-   ##
=======================================
  Coverage   95.00%   95.00%           
=======================================
  Files         102      102           
  Lines       10183    10187    +4     
=======================================
+ Hits         9674     9678    +4     
  Misses        509      509           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@DanielVandH DanielVandH merged commit 0a77a36 into main Oct 1, 2024
8 checks passed
@DanielVandH DanielVandH deleted the blockedvis2 branch October 1, 2024 06:03
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.

[BUG]: find_triangle not finding visible point
1 participant