lanl / scico

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

Fixed minor documentation mistake #508

Closed Danaroth83 closed 3 months ago

Danaroth83 commented 3 months ago

Fixed a minor documentation mistake for the update step in the Proximal ADMM algorithm.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.66%. Comparing base (7f156a2) to head (80394c7).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #508 +/- ## ======================================= Coverage 94.66% 94.66% ======================================= Files 91 91 Lines 5707 5707 ======================================= Hits 5402 5402 Misses 305 305 ``` | [Flag](https://app.codecov.io/gh/lanl/scico/pull/508/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/508/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lanl) | `94.66% <ø> (ø)` | | 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.

bwohlberg commented 3 months ago

Thanks for the correction.