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

Add proximal average implementation #469

Merged
merged 24 commits into from
Nov 10, 2023
Merged

Add proximal average implementation #469

merged 24 commits into from
Nov 10, 2023

Conversation

bwohlberg
Copy link
Collaborator

Add proximal average implementation, resolving #465.

@bwohlberg bwohlberg added the enhancement New feature or request label Nov 10, 2023
@bwohlberg bwohlberg linked an issue Nov 10, 2023 that may be closed by this pull request
Copy link

codecov bot commented Nov 10, 2023

Codecov Report

Merging #469 (f9de828) into main (a03aa56) will increase coverage by 0.01%.
The diff coverage is 96.77%.

@@            Coverage Diff             @@
##             main     #469      +/-   ##
==========================================
+ Coverage   94.57%   94.59%   +0.01%     
==========================================
  Files          89       90       +1     
  Lines        5547     5578      +31     
==========================================
+ Hits         5246     5276      +30     
- Misses        301      302       +1     
Flag Coverage Δ
unittests 94.59% <96.77%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
scico/functional/__init__.py 100.00% <100.00%> (ø)
scico/functional/_functional.py 92.86% <ø> (ø)
scico/functional/_tvnorm.py 95.24% <ø> (ø)
scico/functional/_proxavg.py 96.67% <96.67%> (ø)

@bwohlberg bwohlberg merged commit 5ffd1f9 into main Nov 10, 2023
19 checks passed
@bwohlberg bwohlberg deleted the brendt/proxavg branch November 10, 2023 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Solve AcceleratedPGM with multiple priors applied
2 participants