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 Operator versions of DiagonalStack and VerticalStack #477

Merged
merged 35 commits into from
Dec 8, 2023

Conversation

bwohlberg
Copy link
Collaborator

Add Operator versions of DiagonalStack and VerticalStack. Resolves #326.

@bwohlberg bwohlberg added the enhancement New feature or request label Dec 6, 2023
Copy link

codecov bot commented Dec 6, 2023

Codecov Report

Attention: 9 lines in your changes are missing coverage. Please review.

Comparison is base (e378d7a) 94.82% compared to head (c78c86b) 94.83%.

Files Patch % Lines
scico/operator/_stack.py 89.77% 9 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #477      +/-   ##
==========================================
+ Coverage   94.82%   94.83%   +0.01%     
==========================================
  Files          90       91       +1     
  Lines        5618     5651      +33     
==========================================
+ Hits         5327     5359      +32     
- Misses        291      292       +1     
Flag Coverage Δ
unittests 94.83% <91.26%> (+0.01%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

scico/operator/__init__.py Outdated Show resolved Hide resolved
scico/operator/_stack.py Show resolved Hide resolved
scico/operator/_stack.py Outdated Show resolved Hide resolved
scico/operator/_stack.py Show resolved Hide resolved
scico/operator/_stack.py Outdated Show resolved Hide resolved
scico/operator/_stack.py Show resolved Hide resolved
@bwohlberg bwohlberg merged commit 5c83511 into main Dec 8, 2023
19 checks passed
@bwohlberg bwohlberg deleted the brendt/opstack-altver branch December 8, 2023 21:23
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.

Stacking operators derived from Operator rather than LinearOperator?
2 participants