[NumPy-Tickets] [NumPy] #919: Incorrect printing some complex complex arrays containing nans.
NumPy Trac
numpy-tickets@scipy....
Wed Mar 30 00:56:51 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: |
---------------------+------------------------------------------------------
Comment(by rgommers):
The current scalar format is nan*j, not nan*1j, so doesn't work for cut
and paste. Not sure it's important anyway, so going with the traditional
way may make sense. Don't feel strongly about it either way though.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/919#comment:9>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list