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

refactor DeepEval #3213

Merged
merged 25 commits into from
Feb 8, 2024

fix the virial shape since DERV_C changed from (3,3) to (9,)

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

refactor DeepEval #3213

fix the virial shape since DERV_C changed from (3,3) to (9,)
6b104e3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 8, 2024 in 0s

75.19% (-0.13%) compared to cfdda1d

View this Pull Request on Codecov

75.19% (-0.13%) compared to cfdda1d

Details

Codecov Report

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

Comparison is base (cfdda1d) 75.32% compared to head (6b104e3) 75.19%.

Files Patch % Lines
deepmd/tf/infer/deep_eval.py 87.50% 49 Missing ⚠️
deepmd/infer/deep_eval.py 92.98% 8 Missing ⚠️
deepmd/pt/infer/deep_eval.py 86.20% 8 Missing ⚠️
deepmd/tf/entrypoints/test.py 58.82% 7 Missing ⚠️
deepmd/__init__.py 33.33% 2 Missing ⚠️
deepmd/infer/deep_polar.py 84.61% 2 Missing ⚠️
deepmd/infer/deep_dos.py 94.73% 1 Missing ⚠️
deepmd/infer/deep_wfc.py 80.00% 1 Missing ⚠️
deepmd/tf/infer/__init__.py 80.00% 1 Missing ⚠️
deepmd/tf/model/frozen.py 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##            devel    #3213      +/-   ##
==========================================
- Coverage   75.32%   75.19%   -0.13%     
==========================================
  Files         366      372       +6     
  Lines       32966    33136     +170     
  Branches     1608     1608              
==========================================
+ Hits        24830    24916      +86     
- Misses       7263     7347      +84     
  Partials      873      873              

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