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

Avoid bounds checking where it is safe to do so #74

Merged
merged 10 commits into from
Nov 18, 2024

Merge branch 'main' into ef/inbounds2

4fd8741
Select commit
Loading
Failed to load commit list.
Merged

Avoid bounds checking where it is safe to do so #74

Merge branch 'main' into ef/inbounds2
4fd8741
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 18, 2024 in 0s

88.15% (+0.01%) compared to a44f7b3

View this Pull Request on Codecov

88.15% (+0.01%) compared to a44f7b3

Details

Codecov Report

Attention: Patch coverage is 87.50000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 88.15%. Comparing base (a44f7b3) to head (4fd8741).

Files with missing lines Patch % Lines
src/neighborhood_search.jl 66.66% 2 Missing ⚠️
src/util.jl 85.71% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #74      +/-   ##
==========================================
+ Coverage   88.13%   88.15%   +0.01%     
==========================================
  Files          15       15              
  Lines         489      498       +9     
==========================================
+ Hits          431      439       +8     
- Misses         58       59       +1     

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