[Numpy-discussion] what would you expect A[none] to do?

Neal Becker ndbecker2 at gmail.com
Thu Dec 31 11:36:28 EST 2015


Neal Becker wrote:

> In my case, what it does is:
> 
> A.shape = (5760,)
> A[none] -> (1, 5760)
> 
> In my case, use of none here is just a mistake.  But why would you want
> this to be accepted at all, and how should it be interpreted?

Actually, in my particular case, if it just acted as a noop, returning the 
original array, that would have been perfect.  No idea if that's a good 
result in general.




More information about the NumPy-Discussion mailing list