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

Convert all numbers to Float64 internally #75

Merged
merged 7 commits into from
Aug 6, 2023
Merged

Convert all numbers to Float64 internally #75

merged 7 commits into from
Aug 6, 2023

Conversation

DanielVandH
Copy link
Member

Closes #73

@codecov
Copy link

codecov bot commented Aug 6, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.03% 🎉

Comparison is base (4167b51) 93.44% compared to head (c498c41) 93.48%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #75      +/-   ##
==========================================
+ Coverage   93.44%   93.48%   +0.03%     
==========================================
  Files          73       73              
  Lines        5450     5446       -4     
==========================================
- Hits         5093     5091       -2     
+ Misses        357      355       -2     
Files Changed Coverage Δ
src/data_structures/refinement/refinement_queue.jl 95.00% <100.00%> (+3.33%) ⬆️
src/data_structures/statistics.jl 78.26% <100.00%> (-0.38%) ⬇️
src/data_structures/voronoi/voronoi.jl 80.31% <100.00%> (ø)
src/geometry_utils/intersections.jl 97.08% <100.00%> (ø)
src/geometry_utils/polygons.jl 100.00% <100.00%> (ø)
src/geometry_utils/polylabel.jl 100.00% <100.00%> (ø)
src/interfaces/points.jl 94.38% <100.00%> (+0.19%) ⬆️
src/point_location/initialisers.jl 96.94% <100.00%> (ø)
src/predicates/general.jl 98.08% <100.00%> (ø)
src/refinement/encroachment.jl 98.11% <100.00%> (ø)
... and 6 more

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

@DanielVandH DanielVandH merged commit dc18f8b into main Aug 6, 2023
8 checks passed
@DanielVandH DanielVandH deleted the f64-conv branch August 11, 2023 11:25
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.

All coordinates should be internally converted to Float64
1 participant