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 pt : Support property fitting #3867

Merged
merged 86 commits into from
Sep 5, 2024

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

b9a3f9a
Select commit
Loading
Failed to load commit list.
Merged

feat pt : Support property fitting #3867

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

35.00% (-47.71%) compared to 5342a05

View this Pull Request on Codecov

35.00% (-47.71%) compared to 5342a05

Details

Codecov Report

Attention: Patch coverage is 0% with 139 lines in your changes missing coverage. Please review.

Project coverage is 35.00%. Comparing base (5342a05) to head (b9a3f9a).

Current head b9a3f9a differs from pull request most recent head 4295dd5

Please upload reports for the commit 4295dd5 to get more accurate results.

Files Patch % Lines
deepmd/pt/loss/property.py 0.00% 48 Missing ⚠️
deepmd/pt/model/task/property.py 0.00% 35 Missing ⚠️
deepmd/pt/model/model/property_model.py 0.00% 34 Missing ⚠️
...pmd/pt/model/atomic_model/property_atomic_model.py 0.00% 6 Missing ⚠️
deepmd/pt/train/training.py 0.00% 5 Missing ⚠️
deepmd/pt/utils/stat.py 0.00% 5 Missing ⚠️
deepmd/pt/model/model/__init__.py 0.00% 3 Missing ⚠️
deepmd/pt/loss/__init__.py 0.00% 1 Missing ⚠️
deepmd/pt/model/atomic_model/__init__.py 0.00% 1 Missing ⚠️
deepmd/pt/model/task/__init__.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##            devel    #3867       +/-   ##
===========================================
- Coverage   82.70%   35.00%   -47.71%     
===========================================
  Files         517      521        +4     
  Lines       50141    50262      +121     
  Branches     2984     2984               
===========================================
- Hits        41469    17592    -23877     
- Misses       7762    32062    +24300     
+ Partials      910      608      -302     

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