[Numpy-tickets] [NumPy] #485: Problem with numpy.rec.fromarrays when using 'titles' argument
NumPy
numpy-tickets@scipy....
Thu Mar 29 14:22:41 CDT 2007
#485: Problem with numpy.rec.fromarrays when using 'titles' argument
-----------------------------------------------+----------------------------
Reporter: obi | Owner: somebody
Type: defect | Status: closed
Priority: normal | Milestone:
Component: numpy.core | Version: 1.0.1
Severity: normal | Resolution: fixed
Keywords: record arrays, fromarrays, titles |
-----------------------------------------------+----------------------------
Changes (by oliphant):
* status: new => closed
* resolution: => fixed
Comment:
This is fixed in r3613. It was due to using the size of the dictionary to
determine the number of fields instead of the length of the names tuple.
With titles, the size of the dictionary grows.
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/485#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