[Numpy-discussion] small bug in ndarray.flatten()?

Chao YUE chaoyuejoy at gmail.com
Thu Apr 5 04:45:58 EDT 2012


Dear all,

Is there a small bug in following?

In [2]: b
Out[2]:
array([[ 0,  1,  2,  3,  4,  5],
       [ 6,  7,  8,  9, 10, 11],
       [12, 13, 14, 15, 16, 17],
       [18, 19, 20, 21, 22, 23]])



In [3]: b.flatten(order='C')
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)

/mnt/f/<ipython console> in <module>()

TypeError: flatten() takes no keyword arguments

order='F' gave tha same.

cheers,

chao

-- 
***********************************************************************************
Chao YUE
Laboratoire des Sciences du Climat et de l'Environnement (LSCE-IPSL)
UMR 1572 CEA-CNRS-UVSQ
Batiment 712 - Pe 119
91191 GIF Sur YVETTE Cedex
Tel: (33) 01 69 08 29 02; Fax:01.69.08.77.16
************************************************************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20120405/a33a272f/attachment.html>


More information about the NumPy-Discussion mailing list