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

Resolve issue #240 #354

Merged
merged 7 commits into from
Oct 24, 2022
Merged

Resolve issue #240 #354

merged 7 commits into from
Oct 24, 2022

Conversation

bwohlberg
Copy link
Collaborator

Resolve issue #240.

@bwohlberg bwohlberg added the enhancement New feature or request label Oct 20, 2022
@bwohlberg bwohlberg linked an issue Oct 20, 2022 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Oct 20, 2022

Codecov Report

Merging #354 (e49ad4d) into main (edc00ed) will decrease coverage by 0.02%.
The diff coverage is 93.75%.

❗ Current head e49ad4d differs from pull request most recent head 53daa5d. Consider uploading reports for the commit 53daa5d to get more accurate results

@@            Coverage Diff             @@
##             main     #354      +/-   ##
==========================================
- Coverage   94.12%   94.10%   -0.03%     
==========================================
  Files          57       56       -1     
  Lines        3354     3376      +22     
==========================================
+ Hits         3157     3177      +20     
- Misses        197      199       +2     
Flag Coverage Δ
unittests 94.10% <93.75%> (-0.03%) ⬇️

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

Impacted Files Coverage Δ
scico/solver.py 98.65% <93.75%> (-0.60%) ⬇️
scico/optimize/_pgm.py 93.54% <0.00%> (-0.77%) ⬇️
scico/optimize/_primaldual.py 100.00% <0.00%> (ø)
scico/optimize/_common.py
scico/optimize/_ladmm.py 98.86% <0.00%> (+0.06%) ⬆️
scico/optimize/_admm.py 97.41% <0.00%> (+0.11%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Contributor

@Michael-T-McCann Michael-T-McCann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, and thanks for the auto-x0, too.

@bwohlberg bwohlberg merged commit ed1c82f into main Oct 24, 2022
@bwohlberg bwohlberg deleted the brendt/issue#240 branch October 24, 2022 20:45
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.

Solver for least square problems
2 participants