-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
Unexpected behavior of compound assignment -= #4802
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
Comments
You are overwriting
I expect the size dependence comes from buffering. Note that
|
Yes, I also think so. But it |
True, it is a problem... Closing as duplicate of gh-2667 (an certainly others, I think we have one issue with a patch attached that tries to do something about it, and might be interesting if someone wants to get an idea of what is necessary) |
gh-2667 is about something else as that occurs without views. The issue |
Opps, somewhat yes. This issue happens there as well, I guess it is more a duplicate of gh-1683... |
Hello together,
the -= assignment seems to break for matrices > (90,90).
Reproduction
I'm using
numpy
version 1.8.1.Cheers,
Stephan
-------
Edit: I tested it on different machines:
It gives out
numpy
version 1.6.2, 1.8.0 and 1.8.1.The text was updated successfully, but these errors were encountered: