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

Reduce memory requirements of Identity linop #501

Merged
merged 25 commits into from
Feb 15, 2024

Remove now-unneccesary __rmul__ definitions

c22a186
Select commit
Loading
Failed to load commit list.
Merged

Reduce memory requirements of Identity linop #501

Remove now-unneccesary __rmul__ definitions
c22a186
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 12, 2024 in 0s

94.70% (-0.07%) compared to 1a66887

View this Pull Request on Codecov

94.70% (-0.07%) compared to 1a66887

Details

Codecov Report

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

Comparison is base (1a66887) 94.77% compared to head (c22a186) 94.70%.

Files Patch % Lines
scico/linop/_diag.py 93.15% 5 Missing ⚠️
scico/linop/_matrix.py 66.67% 3 Missing ⚠️
scico/solver.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #501      +/-   ##
==========================================
- Coverage   94.77%   94.70%   -0.07%     
==========================================
  Files          91       91              
  Lines        5641     5696      +55     
==========================================
+ Hits         5346     5394      +48     
- Misses        295      302       +7     

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