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

Implement neighborhood search based on CellListMap.jl #8

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

Merge branch 'main' into ef/cell-list-map

b5aca7d
Select commit
Loading
Failed to load commit list.
Open

Implement neighborhood search based on CellListMap.jl #8

Merge branch 'main' into ef/cell-list-map
b5aca7d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 28, 2025 in 0s

89.20% (+1.05%) compared to 88925f9

View this Pull Request on Codecov

89.20% (+1.05%) compared to 88925f9

Details

Codecov Report

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

Project coverage is 89.20%. Comparing base (88925f9) to head (b5aca7d).

Files with missing lines Patch % Lines
src/neighborhood_search.jl 0.00% 2 Missing ⚠️
ext/PointNeighborsCellListMapExt.jl 98.21% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main       #8      +/-   ##
==========================================
+ Coverage   88.15%   89.20%   +1.05%     
==========================================
  Files          15       16       +1     
  Lines         498      556      +58     
==========================================
+ Hits          439      496      +57     
- Misses         59       60       +1     

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