JuliaGeometry / VoronoiDelaunay.jl

Fast and robust Voronoi & Delaunay tessellation creation with Julia
Other
123 stars 26 forks source link

Support native 32 bit #63

Closed dkarrasch closed 2 years ago

dkarrasch commented 2 years ago

Closes #62.

codecov[bot] commented 2 years ago

Codecov Report

Merging #63 (b83834d) into master (82505af) will not change coverage. The diff coverage is 94.36%.

@@           Coverage Diff           @@
##           master      #63   +/-   ##
=======================================
  Coverage   87.21%   87.21%           
=======================================
  Files           1        1           
  Lines         446      446           
=======================================
  Hits          389      389           
  Misses         57       57           
Impacted Files Coverage Δ
src/VoronoiDelaunay.jl 87.21% <94.36%> (ø)

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

dkarrasch commented 2 years ago

@blegat Would be able to test this in your context?

blegat commented 2 years ago

Yes, we'll see if the tests of HyperVoronoiDelaunay pass once this is merged and released.