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: add zbl training #3398

Merged
merged 71 commits into from
Mar 6, 2024

[pre-commit.ci] auto fixes from pre-commit.com hooks

a0d7caf
Select commit
Loading
Failed to load commit list.
Merged

Feat: add zbl training #3398

[pre-commit.ci] auto fixes from pre-commit.com hooks
a0d7caf
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 6, 2024 in 0s

22.70% (-54.25%) compared to b0171ce

View this Pull Request on Codecov

22.70% (-54.25%) compared to b0171ce

Details

Codecov Report

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

Project coverage is 22.70%. Comparing base (b0171ce) to head (a0d7caf).
Report is 3 commits behind head on devel.

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

Files Patch % Lines
...eepmd/pt/model/atomic_model/linear_atomic_model.py 0.00% 29 Missing ⚠️
deepmd/pt/utils/stat.py 0.00% 28 Missing ⚠️
...epmd/pt/model/atomic_model/pairtab_atomic_model.py 0.00% 22 Missing ⚠️
deepmd/dpmodel/atomic_model/linear_atomic_model.py 31.25% 11 Missing ⚠️
...eepmd/dpmodel/atomic_model/pairtab_atomic_model.py 0.00% 8 Missing ⚠️
deepmd/pt/train/training.py 0.00% 8 Missing ⚠️
...pmd/dpmodel/atomic_model/make_base_atomic_model.py 33.33% 2 Missing ⚠️
deepmd/pt/model/task/ener.py 0.00% 2 Missing ⚠️
deepmd/pt/model/model/dp_zbl_model.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##            devel    #3398       +/-   ##
===========================================
- Coverage   76.94%   22.70%   -54.25%     
===========================================
  Files         423      423               
  Lines       35878    35934       +56     
  Branches     1620     1621        +1     
===========================================
- Hits        27607     8159    -19448     
- Misses       7403    27209    +19806     
+ Partials      868      566      -302     

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