Skip to content

fix(paddle): Remove strict parameter from zip() calls

ae00680
Select commit
Loading
Failed to load commit list.
Merged

style(paddle): Add comprehensive type hints to Paddle backend and enable ANN rules #4944

fix(paddle): Remove strict parameter from zip() calls
ae00680
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 22, 2026 in 0s

81.94% (+0.00%) compared to c0cce5d

View this Pull Request on Codecov

81.94% (+0.00%) compared to c0cce5d

Details

Codecov Report

❌ Patch coverage is 96.98492% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 81.94%. Comparing base (c0cce5d) to head (ae00680).

Files with missing lines Patch % Lines
deepmd/pd/utils/utils.py 75.00% 4 Missing ⚠️
deepmd/pd/model/network/init.py 88.88% 1 Missing ⚠️
deepmd/pd/model/network/mlp.py 90.90% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4944   +/-   ##
=======================================
  Coverage   81.94%   81.94%           
=======================================
  Files         714      714           
  Lines       73411    73434   +23     
  Branches     3616     3616           
=======================================
+ Hits        60158    60179   +21     
- Misses      12090    12091    +1     
- Partials     1163     1164    +1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.