[Numpy-tickets] [NumPy] #348: Creating recarrays from numpy scalar voids fails
NumPy
numpy-tickets at scipy.net
Mon Oct 16 13:24:10 CDT 2006
#348: Creating recarrays from numpy scalar voids fails
--------------------+-------------------------------------------------------
Reporter: faltet | Owner: somebody
Type: defect | Status: closed
Priority: normal | Milestone:
Component: Other | Version: devel
Severity: normal | Resolution: invalid
Keywords: |
--------------------+-------------------------------------------------------
Changes (by oliphant):
* status: new => closed
* resolution: => invalid
Comment:
By using a sequence of arrays you are triggering a different constructor
in rec.array. This is consistent and intended behavior. It is not clear
how to change things to do what you suggest and still admit the fromarrays
constructor using a sequence of arrays.
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/348#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