
Dec. 31, 2015
4:36 p.m.
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.