JuliaGeometry / DelaunayTriangulation.jl

Delaunay triangulations and Voronoi tessellations in two dimensions.
https://juliageometry.github.io/DelaunayTriangulation.jl/
MIT License
62 stars 5 forks source link

Fix pathological case with CDT cavity doubling back on itself #98

Closed DanielVandH closed 9 months ago

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (54a20f0) 94.26% compared to head (22a5128) 94.26%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #98 +/- ## ======================================= Coverage 94.26% 94.26% ======================================= Files 75 75 Lines 5612 5613 +1 ======================================= + Hits 5290 5291 +1 Misses 322 322 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

DanielVandH commented 9 months ago

The new loop will make the tests take a lot longer, but I have a fix upcoming that speeds up the tests by about 150x.