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

Perf: remove redundant checks on data integrity #4433

Merged
merged 8 commits into from
Dec 2, 2024

fix ut

89a3882
Select commit
Loading
Failed to load commit list.
Merged

Perf: remove redundant checks on data integrity #4433

fix ut
89a3882
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 2, 2024 in 1s

83.75% (-0.90%) compared to f343a3b

View this Pull Request on Codecov

83.75% (-0.90%) compared to f343a3b

Details

Codecov Report

Attention: Patch coverage is 62.50000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 83.75%. Comparing base (f343a3b) to head (89a3882).
Report is 10 commits behind head on devel.

Files with missing lines Patch % Lines
deepmd/utils/data.py 50.00% 1 Missing ⚠️
deepmd/utils/data_system.py 50.00% 1 Missing ⚠️
deepmd/utils/path.py 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##            devel    #4433      +/-   ##
==========================================
- Coverage   84.64%   83.75%   -0.90%     
==========================================
  Files         614      667      +53     
  Lines       57138    61516    +4378     
  Branches     3487     3487              
==========================================
+ Hits        48367    51525    +3158     
- Misses       7646     8864    +1218     
- Partials     1125     1127       +2     

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