On Tue, 7 Feb 2012, Henry Gomersall wrote:

> On Tue, 2012-02-07 at 12:26 -0800, Warren Focke wrote:
>>> Is this a bug I should register?
>>
>> Yes.
>>
>> It should work right if you replace
>>      s[axes[-1]] = (s[axes[-1]] - 1) * 2
>> with
>>      s[-1] = (a.shape[axes[-1]] - 1) * 2
>> but I'm not really in a position to test it right now.
>
> I can confirm that seems to solve the problem. Still want a bug report?

No, I can file it, thanks.

w

_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to