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

Make max_points_per_cell work with templates #76

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

efaulhaber
Copy link
Member

No description provided.

@efaulhaber efaulhaber added the bug Something isn't working label Nov 12, 2024
Comment on lines +51 to +52
min_corner = SVector(Tuple(min_corner .- 1.0f-3 * search_radius))
max_corner = SVector(Tuple(max_corner .+ 1.0f-3 * search_radius))
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the only change that is needed to make everything work with Float32, so I just included it here.
It does not change anything when search_radius is Float64.

Copy link

codecov bot commented Nov 12, 2024

Codecov Report

Attention: Patch coverage is 88.88889% with 1 line in your changes missing coverage. Please review.

Project coverage is 88.13%. Comparing base (d0fe7f6) to head (06475e2).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/nhs_grid.jl 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #76      +/-   ##
==========================================
- Coverage   88.19%   88.13%   -0.06%     
==========================================
  Files          15       15              
  Lines         483      489       +6     
==========================================
+ Hits          426      431       +5     
- Misses         57       58       +1     
Flag Coverage Δ
unit 88.13% <88.88%> (-0.06%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@efaulhaber efaulhaber self-assigned this Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants