-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Inserting data into variable with unlimited dimension with slice(n, n+1, None) is broken #922
Comments
This indexing stuff is a mess, and unlimited dimensions make it even worse. I wish there were someway to use the numpy indexing machinery for this instead of re-inventing our own. The workaround for this is to use |
BTW - is there a typo in your first example?
|
Yes the first example was copied to soon. |
Fix in pull request #924. Keep trying to break it! |
Thanks. The fix works for me. |
Another side effect of #906 it seems
Running this on
1.5.1.1
giveson 1.5.0.1 it works and gives
The following is also broken so it is not only for the first element:
The text was updated successfully, but these errors were encountered: