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: dpmodel energy loss & consistent tests #4531

Merged
merged 6 commits into from
Jan 7, 2025

add serialization to pd

8f32640
Select commit
Loading
Failed to load commit list.
Merged

feat: dpmodel energy loss & consistent tests #4531

add serialization to pd
8f32640
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 5, 2025 in 0s

84.55% (-0.03%) compared to 8d4c27b

View this Pull Request on Codecov

84.55% (-0.03%) compared to 8d4c27b

Details

Codecov Report

Attention: Patch coverage is 78.43137% with 44 lines in your changes missing coverage. Please review.

Project coverage is 84.55%. Comparing base (8d4c27b) to head (8f32640).

Files with missing lines Patch % Lines
deepmd/dpmodel/loss/ener.py 72.85% 38 Missing ⚠️
deepmd/dpmodel/loss/loss.py 92.00% 2 Missing ⚠️
deepmd/pt/loss/loss.py 60.00% 2 Missing ⚠️
deepmd/tf/loss/loss.py 71.42% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##            devel    #4531      +/-   ##
==========================================
- Coverage   84.57%   84.55%   -0.03%     
==========================================
  Files         675      677       +2     
  Lines       63695    63899     +204     
  Branches     3488     3486       -2     
==========================================
+ Hits        53872    54031     +159     
- Misses       8698     8742      +44     
- Partials     1125     1126       +1     

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