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/tf): add bias changing param/interface #3933

Merged
merged 8 commits into from
Jul 2, 2024

Update main.py

5ab4841
Select commit
Loading
Failed to load commit list.
Merged

feat(pt/tf): add bias changing param/interface #3933

Update main.py
5ab4841
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 2, 2024 in 1s

82.74% (-0.14%) compared to 20aeaf8

View this Pull Request on Codecov

82.74% (-0.14%) compared to 20aeaf8

Details

Codecov Report

Attention: Patch coverage is 47.33728% with 89 lines in your changes missing coverage. Please review.

Project coverage is 82.74%. Comparing base (20aeaf8) to head (5ab4841).

Current head 5ab4841 differs from pull request most recent head f96ef06

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

Files Patch % Lines
deepmd/pt/entrypoints/main.py 9.09% 60 Missing ⚠️
deepmd/pt/train/training.py 76.00% 18 Missing ⚠️
deepmd/tf/train/trainer.py 18.18% 9 Missing ⚠️
deepmd/pt/model/atomic_model/base_atomic_model.py 50.00% 1 Missing ⚠️
deepmd/pt/model/model/make_model.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##            devel    #3933      +/-   ##
==========================================
- Coverage   82.88%   82.74%   -0.14%     
==========================================
  Files         520      520              
  Lines       50679    50788     +109     
  Branches     3015     3015              
==========================================
+ Hits        42003    42025      +22     
- Misses       7740     7825      +85     
- Partials      936      938       +2     

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