[pypy-issue] [issue1005] numpypy array constructor doesn't handle string dtype

Dmitrey tracker at bugs.pypy.org
Wed Jan 18 16:37:50 CET 2012


New submission from Dmitrey <dmitrey15 at ukr.net>:

>>> np.array([1,2,3],'float')
array([ 1.,  2.,  3.])

>>>> np.array([1,2,3],'float')
Traceback (most recent call last):
  File "<console>", line 1, in <module>
TypeError: data type not understood

----------
messages: 3716
nosy: Dmitrey, pypy-issue
priority: bug
status: unread
title: numpypy array constructor doesn't handle string dtype

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1005>
________________________________________


More information about the pypy-issue mailing list