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

Disable deepcopy on PolygonTrees #130

Closed DanielVandH closed 2 months ago

DanielVandH commented 2 months ago

Partially addresses #129 - just need to figure out how to properly define deepcopy on the recursive PolygonTrees... also need a proper MWE!

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 95.30%. Comparing base (39fe6d1) to head (48c0fe2).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #130 +/- ## ========================================== - Coverage 95.30% 95.30% -0.01% ========================================== Files 92 92 Lines 9145 9139 -6 ========================================== - Hits 8716 8710 -6 Misses 429 429 ```

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