[NumPy-Tickets] [NumPy] #2067: when x is an N-D array, list(x) produces surprising results
NumPy Trac
numpy-tickets@scipy....
Mon Feb 27 15:32:47 CST 2012
#2067: when x is an N-D array, list(x) produces surprising results
-------------------------+--------------------------------------------------
Reporter: pfeldman | Owner: somebody
Type: defect | Status: closed
Priority: normal | Milestone: Unscheduled
Component: numpy.core | Version: 1.6.1
Resolution: wontfix | Keywords:
-------------------------+--------------------------------------------------
Changes (by oliphant):
* status: new => closed
* resolution: => wontfix
Comment:
This is the correct behavior. NumPy has always interpreted 2-D arrays as
a sequence of 1-D arrays.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/2067#comment:4>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list