lanl / scico

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

Fix `L21Norm` handling of `BlockArray` input #506

Closed bwohlberg closed 4 months ago

bwohlberg commented 4 months ago

Fix L21Norm handling of BlockArray input, which currently results in multi-valued output in evaluation of the norm.

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 71.42857% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 94.67%. Comparing base (19f8668) to head (3663468).

Files Patch % Lines
scico/functional/_norm.py 71.43% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #506 +/- ## ========================================== - Coverage 94.70% 94.67% -0.03% ========================================== Files 91 91 Lines 5703 5707 +4 ========================================== + Hits 5401 5403 +2 - Misses 302 304 +2 ``` | [Flag](https://app.codecov.io/gh/lanl/scico/pull/506/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/506/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lanl) | `94.67% <71.43%> (-0.03%)` | :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.