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

pt: apply global logger to pt #3222

Merged
merged 2 commits into from
Feb 5, 2024

avoid print

2333b4c
Select commit
Loading
Failed to load commit list.
Merged

pt: apply global logger to pt #3222

avoid print
2333b4c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 3, 2024 in 0s

74.78% (+0.00%) compared to 677d936

View this Pull Request on Codecov

74.78% (+0.00%) compared to 677d936

Details

Codecov Report

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

Comparison is base (677d936) 74.78% compared to head (2333b4c) 74.78%.

Files Patch % Lines
deepmd/pt/infer/inference.py 66.66% 5 Missing ⚠️
deepmd/pt/train/training.py 50.00% 5 Missing ⚠️
deepmd/pt/utils/finetune.py 20.00% 4 Missing ⚠️
deepmd/pt/entrypoints/main.py 66.66% 3 Missing ⚠️
deepmd/pt/model/task/fitting.py 25.00% 3 Missing ⚠️
deepmd/pt/utils/dataloader.py 40.00% 3 Missing ⚠️
deepmd/pt/model/model/model.py 60.00% 2 Missing ⚠️
deepmd/pt/train/wrapper.py 50.00% 2 Missing ⚠️
deepmd/env.py 66.66% 1 Missing ⚠️
deepmd/pt/model/task/dipole.py 50.00% 1 Missing ⚠️
... and 1 more
Additional details and impacted files
@@           Coverage Diff           @@
##            devel    #3222   +/-   ##
=======================================
  Coverage   74.78%   74.78%           
=======================================
  Files         362      362           
  Lines       32396    32408   +12     
  Branches     1594     1594           
=======================================
+ Hits        24226    24237   +11     
- Misses       7245     7246    +1     
  Partials      925      925           

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