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
I'm not sure if it's a good idea, but we could make reduce give a slice for an array index if it is equal. It isn't the same for arrays in tuples, so some care is required there. This also would change the index from a fancy to non-fancy index (the latter creates a view in NumPy), so I'm also not sure if it's actually a good idea.
The text was updated successfully, but these errors were encountered:
I'm not sure if it's a good idea, but we could make
reduce
give a slice for an array index if it is equal. It isn't the same for arrays in tuples, so some care is required there. This also would change the index from a fancy to non-fancy index (the latter creates a view in NumPy), so I'm also not sure if it's actually a good idea.The text was updated successfully, but these errors were encountered: