[NumPy-Tickets] [NumPy] #919: Incorrect printing some complex complex arrays containing nans.
NumPy Trac
numpy-tickets@scipy....
Wed Mar 23 19:34:57 CDT 2011
#919: Incorrect printing some complex complex arrays containing nans.
---------------------+------------------------------------------------------
Reporter: charris | Owner: cdavid
Type: defect | Status: accepted
Priority: high | Milestone: Unscheduled
Component: Other | Version: devel
Keywords: |
---------------------+------------------------------------------------------
Changes (by mwiebe):
* version: none => devel
* milestone: 1.5.1 => Unscheduled
Comment:
As of 1.6 beta, it's still printing something bad:
{{{
In [67]: c = np.complex_(NAN+NAN*1j)
In [68]: c
Out[68]: (nan+nan*j)
In [69]: array([c,c])
Out[69]: array([ nan nanj, nan nanj])
}}}
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/919#comment:5>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list