[pypy-issue] [issue1000] creating numpypy array from list with None elements

Valery tracker at bugs.pypy.org
Tue Oct 2 10:45:41 CEST 2012


Valery <khamenya at gmail.com> added the comment:

fijal, the following works fine:

>>>> np.array([1,np.nan,3], dtype=np.float32)
array([ 1.        ,         nan,  3.        ], dtype=float32)

perhaps it means, that a fix should probably be quite easy

----------
assignedto:  -> fijal
nosy: +vak

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


More information about the pypy-issue mailing list