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

refact: the DPA2 descriptor #3758

Merged
merged 42 commits into from
May 10, 2024

Merge branch 'devel' into rf_dpa2_consist

e223336
Select commit
Loading
Failed to load commit list.
Merged

refact: the DPA2 descriptor #3758

Merge branch 'devel' into rf_dpa2_consist
e223336
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 9, 2024 in 0s

82.43% (+0.18%) compared to 7ab3040

View this Pull Request on Codecov

82.43% (+0.18%) compared to 7ab3040

Details

Codecov Report

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

Project coverage is 82.43%. Comparing base (7ab3040) to head (e223336).

Files Patch % Lines
...md/pt/model/descriptor/repformer_layer_old_impl.py 78.59% 79 Missing ⚠️
deepmd/dpmodel/descriptor/repformers.py 91.31% 53 Missing ⚠️
deepmd/pt/model/network/mlp.py 49.01% 26 Missing ⚠️
deepmd/dpmodel/descriptor/descriptor.py 66.66% 16 Missing ⚠️
deepmd/dpmodel/descriptor/dpa2.py 88.81% 16 Missing ⚠️
deepmd/dpmodel/descriptor/dpa1.py 90.00% 14 Missing ⚠️
deepmd/pt/model/descriptor/repformer_layer.py 94.53% 14 Missing ⚠️
deepmd/dpmodel/utils/network.py 60.00% 4 Missing ⚠️
deepmd/pt/model/descriptor/repformers.py 95.83% 2 Missing ⚠️
deepmd/pt/model/network/layernorm.py 83.33% 2 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##            devel    #3758      +/-   ##
==========================================
+ Coverage   82.25%   82.43%   +0.18%     
==========================================
  Files         513      517       +4     
  Lines       47666    49185    +1519     
  Branches     2979     2981       +2     
==========================================
+ Hits        39207    40547    +1340     
- Misses       7548     7727     +179     
  Partials      911      911              

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