[Numpy-discussion] order keyword
Charles R Harris
charlesr.harris at gmail.com
Tue Sep 5 13:40:50 CDT 2006
On 9/5/06, Lisandro Dalcin <dalcinl at gmail.com> wrote:
>
> BTW, in numpy-1.0b1
>
> numpy.zeros((3,3), order='QQQ')
>
> pass without generating any error... Is this intended behaviour?
This has been fixed:
In [3]: zeros((3,3), order='QQQ')
---------------------------------------------------------------------------
exceptions.TypeError Traceback (most recent
call last)
/home/charris/<ipython console>
TypeError: order not understood
Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://projects.scipy.org/pipermail/numpy-discussion/attachments/20060905/56251d1d/attachment-0001.html
More information about the Numpy-discussion
mailing list