Skip to content
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

Add is_view method #149

Open
asmeurer opened this issue Feb 1, 2023 · 1 comment
Open

Add is_view method #149

asmeurer opened this issue Feb 1, 2023 · 1 comment

Comments

@asmeurer
Copy link
Member

asmeurer commented Feb 1, 2023

Need a method that returns True iff the index would produce a view. Should be quite simple to implement.

@asmeurer
Copy link
Member Author

Actually, there's one annoying thing here. NumPy scalars are never views, because they are supposed to be immutable. It's impossible to tell if an index would produce a scalar or not without knowing the shape of the array.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant