[Numpy-tickets] [NumPy] #729: Complex types can't be set from strings.
NumPy
numpy-tickets@scipy....
Wed Apr 9 13:26:41 CDT 2008
#729: Complex types can't be set from strings.
---------------------+------------------------------------------------------
Reporter: charris | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 1.0.5
Component: Other | Version: none
Severity: minor | Keywords:
---------------------+------------------------------------------------------
{{{
In [1]: csingle('1')
---------------------------------------------------------------------------
TypeError Traceback (most recent call
last)
/home/charris/<ipython console> in <module>()
TypeError: a float is required
}}}
The same applies to the other complex types.
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/729>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list