[Numpy-tickets] [NumPy] #326: recarray transpose()
NumPy
numpy-tickets at scipy.net
Fri Oct 6 20:49:29 CDT 2006
#326: recarray transpose()
------------------------+---------------------------------------------------
Reporter: parejkoj | Owner: somebody
Type: defect | Status: closed
Priority: normal | Milestone:
Component: numpy.core | Version:
Severity: normal | Resolution: invalid
Keywords: |
------------------------+---------------------------------------------------
Changes (by oliphant):
* status: new => closed
* resolution: => invalid
Comment:
You have misunderstood the content of a record array.
The record array itself has shape (3,)
Therefore it's transpose also has shape (3,)
What exactly did you expect for the output?
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/326#comment:1>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list