JuliaGeometry / Meshes.jl

Computational geometry and meshing algorithms in Julia
https://juliageometry.github.io/MeshesDocs/stable
Other
376 stars 80 forks source link

Fix `VoronoiTesselation` implementation #905

Closed eliascarv closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 88.87%. Comparing base (d2efd69) to head (74c4b56).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #905 +/- ## ======================================= Coverage 88.86% 88.87% ======================================= Files 175 175 Lines 5299 5303 +4 ======================================= + Hits 4709 4713 +4 Misses 590 590 ```

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

juliohm commented 1 month ago

Merging this in the meantime. We need a more general solution in a separate PR.