-
Notifications
You must be signed in to change notification settings - Fork 64
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
__array_priority__ regression #81
Comments
I just noticed this only happens with this version which is master, I guess. Devel works fine. |
@ZacDiggum I don't think I ever merged that into master.. That PR was sent to devel. |
:-) Are you going to merge it? |
@ZacDiggum I am going to do it. I have come across a couple of other minor issues as well that need to be resolved. |
I'll close it when the issue is resolved. Makes sure I am keeping track of things :) |
Ok this is now fixed :) sorry about the delay. I hit a bug when testing with unified backend and it ended up being an upstream bug in arrayfire itself :) |
Hi,
I just installed the third v3.3 bugfix release. The problem with adding / multiplying numpy scalars and af arrays somehow came back. See the discussion with @FilipeMaia, issue #69.
Try something like:
b will be a numpy array. Back then, Filipe changed the
__array_priority__
attribute.The text was updated successfully, but these errors were encountered: