[Numpy-tickets] [NumPy] #289: Array constructor for dtype "S" doesn't accept numpy arrays as input
NumPy
numpy-tickets at scipy.net
Sat Sep 23 13:26:38 CDT 2006
#289: Array constructor for dtype "S" doesn't accept numpy arrays as input
------------------------+---------------------------------------------------
Reporter: faltet | Owner: somebody
Type: defect | Status: closed
Priority: low | Milestone:
Component: numpy.core | Version:
Severity: minor | Resolution: fixed
Keywords: |
------------------------+---------------------------------------------------
Changes (by oliphant):
* status: new => closed
* resolution: => fixed
Comment:
Of course the array constructor allows array inputs. It's just that
you've specified a flexible data-type but no length. There is code
missing to get the length from the array should the specified data-type by
the user not provide it.
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/289>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list