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: breaking: backend indepdent definition for dp model #3208

Merged
merged 32 commits into from
Feb 2, 2024

fix typo

7be7255
Select commit
Loading
Failed to load commit list.
Merged

feat: breaking: backend indepdent definition for dp model #3208

fix typo
7be7255
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 2, 2024 in 1s

74.78% (+0.41%) compared to 19a8dfb

View this Pull Request on Codecov

74.78% (+0.41%) compared to 19a8dfb

Details

Codecov Report

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

Comparison is base (19a8dfb) 74.36% compared to head (7be7255) 74.78%.
Report is 1 commits behind head on devel.

Files Patch % Lines
deepmd/dpmodel/descriptor/make_base_descriptor.py 70.45% 13 Missing ⚠️
deepmd/pt/train/training.py 47.61% 11 Missing ⚠️
deepmd/dpmodel/model/make_base_atomic_model.py 79.54% 9 Missing ⚠️
deepmd/pt/model/descriptor/descriptor.py 35.71% 9 Missing ⚠️
deepmd/dpmodel/descriptor/se_e2_a.py 80.95% 4 Missing ⚠️
deepmd/dpmodel/fitting/make_base_fitting.py 80.00% 4 Missing ⚠️
deepmd/pt/model/descriptor/dpa1.py 83.33% 2 Missing ⚠️
deepmd/pt/model/descriptor/dpa2.py 81.81% 2 Missing ⚠️
deepmd/pt/model/descriptor/se_a.py 80.00% 2 Missing ⚠️
deepmd/pt/model/model/pair_tab.py 75.00% 2 Missing ⚠️
... and 4 more
Additional details and impacted files
@@            Coverage Diff             @@
##            devel    #3208      +/-   ##
==========================================
+ Coverage   74.36%   74.78%   +0.41%     
==========================================
  Files         345      362      +17     
  Lines       32003    32391     +388     
  Branches     1594     1594              
==========================================
+ Hits        23800    24222     +422     
+ Misses       7278     7244      -34     
  Partials      925      925              

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