You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually I am implementing my own memmap algorithm with direct IO. I want to compare its result with np.memmap to check whether it is correct. Then I just encountered this issue.
The text was updated successfully, but these errors were encountered:
rgommers
changed the title
BUG: the result of complex subscription is incorrect
BUG: the result of a complex indexing operation is incorrect
Apr 1, 2024
I'll close the issue, since I think the links are sufficient. I'll additionally mention np.ix_ which I think exists basically to simplify what you want.
Uh oh!
There was an error while loading. Please reload this page.
Describe the issue:
The result of this should be (2,2,1,3), but actually it is (2,3).
Reproduce the code example:
Error message:
No response
Python and NumPy Versions:
Runtime Environment:
Context for the issue:
Actually I am implementing my own memmap algorithm with direct IO. I want to compare its result with np.memmap to check whether it is correct. Then I just encountered this issue.
The text was updated successfully, but these errors were encountered: