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: Support stripped type embedding in DPA1 of PT/DP #3712

Merged
merged 18 commits into from
May 6, 2024

update the docstr

b32c4f3
Select commit
Loading
Failed to load commit list.
Merged

feat: Support stripped type embedding in DPA1 of PT/DP #3712

update the docstr
b32c4f3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 6, 2024 in 0s

82.23% (+0.03%) compared to 2be5f0f

View this Pull Request on Codecov

82.23% (+0.03%) compared to 2be5f0f

Details

Codecov Report

Attention: Patch coverage is 94.28571% with 8 lines in your changes are missing coverage. Please review.

Project coverage is 82.23%. Comparing base (2be5f0f) to head (b32c4f3).

Files Patch % Lines
deepmd/tf/descriptor/se_atten.py 89.65% 6 Missing ⚠️
deepmd/dpmodel/descriptor/dpa1.py 97.22% 1 Missing ⚠️
deepmd/pt/model/descriptor/dpa1.py 91.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##            devel    #3712      +/-   ##
==========================================
+ Coverage   82.19%   82.23%   +0.03%     
==========================================
  Files         513      513              
  Lines       47642    47745     +103     
  Branches     2979     2979              
==========================================
+ Hits        39159    39261     +102     
- Misses       7572     7573       +1     
  Partials      911      911              

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