-
-
Notifications
You must be signed in to change notification settings - Fork 11k
BUG: dot/matmul 'out' arg should accept any ndarray subclass #9672
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
Conversation
6324deb
to
fa21c6e
Compare
Error messages need fixing too |
fa21c6e
to
786a8c0
Compare
Error messages updated |
The |
Do you want to wait on #9209 before finishing this off? |
yeah let's wait |
786a8c0
to
0e4faaa
Compare
Rebased, and updated to use the recently defined I moved (One slight difference in the new code is that I no longer use one of the input arrays as the "template" argument used in |
A little worried that not using one of the arrays as a template argument is a compatibility break, even if it wasn't necessarily good design before. Otherwise looks good. Does this affect masked arrays in anyway, as the only built in subclass? |
Yeah, I suspect this stops working:
Which it seems people care about (#9279) |
0e4faaa
to
d4387da
Compare
Yeah, you're right. I removed the last commit. (We also lose all the other info like the fillvalue). The PR summary is now:
|
Thanks! |
Fixes #9641