[Numpy-tickets] [NumPy] #919: Incorrect printing some complex complex arrays containing nans.
NumPy
numpy-tickets@scipy....
Mon Sep 29 21:38:27 CDT 2008
#919: Incorrect printing some complex complex arrays containing nans.
---------------------+------------------------------------------------------
Reporter: charris | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 1.3.0
Component: Other | Version: none
Severity: normal | Keywords:
---------------------+------------------------------------------------------
Example:
{{{
In [29]: c = np.complex_(NAN+NAN*1j)
In [30]: c
Out[30]: (nan+nanj)
In [31]: array([c,c])
Out[31]: array([ NaN NaNj, NaN NaNj])
}}}
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/919>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list