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

Correctly check for nested tuple in map_func_over_tuple_of_tuples #500

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

Michael-T-McCann
Copy link
Contributor

fixes #499

Copy link

codecov bot commented Feb 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (13ef0a8) 94.79% compared to head (eebda28) 94.77%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #500      +/-   ##
==========================================
- Coverage   94.79%   94.77%   -0.02%     
==========================================
  Files          91       91              
  Lines        5640     5641       +1     
==========================================
  Hits         5346     5346              
- Misses        294      295       +1     
Flag Coverage Δ
unittests 94.77% <100.00%> (-0.02%) ⬇️

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.

@Michael-T-McCann Michael-T-McCann merged commit 1a66887 into main Feb 7, 2024
19 checks passed
@bwohlberg bwohlberg deleted the mike/499 branch February 7, 2024 16:28
bwohlberg added a commit that referenced this pull request Feb 7, 2024
bwohlberg added a commit that referenced this pull request Feb 15, 2024
* Clean up

* Work in progress: avoid creating a potentially large diagonal array for every Identity linop

* Trivial edit

* Typo fix

* Resolve some bugs

* Remove dependence of behaviour on order of operands

* Update year

* Remove attempt to impose commutative behaviour

* Clean up post #500 bug fix

* Clean up

* Scaling of an Identity returns a LinearOperator, not a Diagonal

* Add some tests

* Add ScaledIdentity linop

* Make binary operator behaviour commutative

* Add some tests

* Clean up

* Resolve mypy errors

* Address PR review comment

* Fix bug identified in PR review

* Add tests

* Wrapper simplification in progress

* Clean up _wrap_add_sub. Partially addresses #502

* Remove need for overriding __rmul__

* Remove now-unneccesary __rmul__ definitions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inappropriate contstruction of BlockArray by scico.numpy.ones
2 participants