[Numpy-discussion] numpy.complex

Molinaro Céline celine.molinaro at telecom-bretagne.eu
Wed Jul 18 09:14:00 EDT 2012


Hello,

In [2]: numpy.real(arange(3))
Out[2]: array([0, 1, 2])
In [3]: numpy.complex(arange(3))
TypeError: only length-1 arrays can be converted to Python scalars


Are there any reasons why numpy.complex doesn't work on arrays?
Should it be bug reported?

Thanks for your help

C. Molinaro



More information about the NumPy-Discussion mailing list