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

rename .model_format to .dpmodel

c262ef6
Select commit
Loading
Failed to load commit list.
Merged

refactor DeepEval #3213

rename .model_format to .dpmodel
c262ef6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 2, 2024 in 0s

74.66% (+53.85%) compared to 677d936

View this Pull Request on Codecov

74.66% (+53.85%) compared to 677d936

Details

Codecov Report

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

Comparison is base (677d936) 20.80% compared to head (c262ef6) 74.66%.

❗ Current head c262ef6 differs from pull request most recent head 5b16abf. Consider uploading reports for the commit 5b16abf to get more accurate results

Files Patch % Lines
deepmd/tf/infer/deep_eval.py 88.14% 46 Missing ⚠️
deepmd/infer/deep_eval.py 92.92% 8 Missing ⚠️
deepmd/tf/entrypoints/test.py 58.82% 7 Missing ⚠️
deepmd/pt/infer/deep_eval.py 88.46% 6 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   20.80%   74.66%   +53.85%     
===========================================
  Files         362      368        +6     
  Lines       32374    32555      +181     
  Branches     1594     1594               
===========================================
+ Hits         6736    24307    +17571     
+ Misses      24940     7323    -17617     
- Partials      698      925      +227     

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