lanl / scico

Scientific Computational Imaging COde
BSD 3-Clause "New" or "Revised" License
90 stars 17 forks source link

Reduce memory requirements of `Identity` linop #501

Closed bwohlberg closed 4 months ago

bwohlberg commented 4 months ago

Reduce memory requirements of Identity linop, and other improvements.

codecov[bot] commented 4 months ago

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 :warning:
scico/linop/_matrix.py 66.67% 3 Missing :warning:
scico/solver.py 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ 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 ``` | [Flag](https://app.codecov.io/gh/lanl/scico/pull/501/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lanl) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/lanl/scico/pull/501/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lanl) | `94.70% <91.67%> (-0.07%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lanl#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.