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

breaking: pt: add dp model format and refactor pt impl for the fitting net. #3199

Merged
merged 16 commits into from
Jan 30, 2024

find element in list rather than tuple, which easily makes bugs

6efab8c
Select commit
Loading
Failed to load commit list.
Merged

breaking: pt: add dp model format and refactor pt impl for the fitting net. #3199

find element in list rather than tuple, which easily makes bugs
6efab8c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 30, 2024 in 1s

74.32% (+53.04%) compared to 4a29c8c

View this Pull Request on Codecov

74.32% (+53.04%) compared to 4a29c8c

Details

Codecov Report

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

Comparison is base (4a29c8c) 21.27% compared to head (6efab8c) 74.32%.

❗ Current head 6efab8c differs from pull request most recent head 73b588d. Consider uploading reports for the commit 73b588d to get more accurate results

Files Patch % Lines
deepmd/model_format/fitting.py 92.43% 9 Missing ⚠️
deepmd/pt/model/task/ener.py 95.30% 7 Missing ⚠️
deepmd/pt/utils/utils.py 88.88% 2 Missing ⚠️
deepmd/pt/model/task/fitting.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##            devel    #3199       +/-   ##
===========================================
+ Coverage   21.27%   74.32%   +53.04%     
===========================================
  Files         343      344        +1     
  Lines       31590    31868      +278     
  Branches     1592     1592               
===========================================
+ Hits         6722    23685    +16963     
+ Misses      24170     7258    -16912     
- Partials      698      925      +227     

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