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

fix(lmp): apply NEIGHMASK to neighbor list #4269

Merged
merged 1 commit into from
Oct 29, 2024

fix(lmp): apply NEIGHMASK to neighbor list

1542e57
Select commit
Loading
Failed to load commit list.
Merged

fix(lmp): apply NEIGHMASK to neighbor list #4269

fix(lmp): apply NEIGHMASK to neighbor list
1542e57
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 29, 2024 in 0s

84.34% (+0.00%) compared to 04e1159

View this Pull Request on Codecov

84.34% (+0.00%) compared to 04e1159

Details

Codecov Report

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

Project coverage is 84.34%. Comparing base (04e1159) to head (1542e57).
Report is 2 commits behind head on devel.

Files with missing lines Patch % Lines
source/lmp/pair_deepmd.cpp 50.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##            devel    #4269   +/-   ##
=======================================
  Coverage   84.34%   84.34%           
=======================================
  Files         549      549           
  Lines       51464    51472    +8     
  Branches     3047     3055    +8     
=======================================
+ Hits        43406    43414    +8     
- Misses       7096     7098    +2     
+ Partials      962      960    -2     

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