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

fix: fix optree compatibility for multi-tree-map with None values #195

Merged
merged 11 commits into from
Nov 9, 2023

deps: pin sphinx dependencies

7f63f10
Select commit
Loading
Failed to load commit list.
Merged

fix: fix optree compatibility for multi-tree-map with None values #195

deps: pin sphinx dependencies
7f63f10
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 9, 2023 in 1s

93.69% (+0.04%) compared to 86b167c

View this Pull Request on Codecov

93.69% (+0.04%) compared to 86b167c

Details

Codecov Report

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

Comparison is base (86b167c) 93.65% compared to head (7f63f10) 93.69%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #195      +/-   ##
==========================================
+ Coverage   93.65%   93.69%   +0.04%     
==========================================
  Files          83       83              
  Lines        2945     2963      +18     
==========================================
+ Hits         2758     2776      +18     
  Misses        187      187              
Files Coverage Δ
torchopt/alias/sgd.py 100.00% <ø> (ø)
torchopt/alias/utils.py 98.84% <100.00%> (+0.06%) ⬆️
torchopt/linalg/cg.py 98.15% <ø> (ø)
torchopt/linalg/ns.py 41.38% <ø> (ø)
torchopt/transform/add_decayed_weights.py 95.71% <100.00%> (+0.13%) ⬆️
torchopt/transform/scale_by_adadelta.py 100.00% <100.00%> (ø)
torchopt/transform/scale_by_adam.py 100.00% <100.00%> (ø)
torchopt/transform/scale_by_adamax.py 100.00% <100.00%> (ø)
torchopt/transform/scale_by_rms.py 100.00% <100.00%> (ø)
torchopt/transform/scale_by_rss.py 100.00% <100.00%> (ø)
... and 6 more

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