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

Feat: add ZBL weighted DP model #3210

Merged
merged 111 commits into from
Feb 8, 2024

fix: jit

d1b6a9d
Select commit
Loading
Failed to load commit list.
Merged

Feat: add ZBL weighted DP model #3210

fix: jit
d1b6a9d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 7, 2024 in 1s

75.27% (+0.16%) compared to a7153b1

View this Pull Request on Codecov

75.27% (+0.16%) compared to a7153b1

Details

Codecov Report

Attention: 26 lines in your changes are missing coverage. Please review.

Comparison is base (a7153b1) 75.11% compared to head (d1b6a9d) 75.27%.

❗ Current head d1b6a9d differs from pull request most recent head 4c7de6e. Consider uploading reports for the commit 4c7de6e to get more accurate results

Files Patch % Lines
deepmd/pt/model/model/ener.py 53.12% 15 Missing ⚠️
deepmd/dpmodel/model/linear_atomic_model.py 93.81% 6 Missing ⚠️
deepmd/pt/model/model/__init__.py 87.50% 3 Missing ⚠️
deepmd/pt/model/model/linear_atomic_model.py 98.18% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##            devel    #3210      +/-   ##
==========================================
+ Coverage   75.11%   75.27%   +0.16%     
==========================================
  Files         363      365       +2     
  Lines       32616    32895     +279     
  Branches     1609     1609              
==========================================
+ Hits        24498    24761     +263     
- Misses       7245     7261      +16     
  Partials      873      873              

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