[NumPy-Tickets] [NumPy] #1573: savetxt complex output
NumPy Trac
numpy-tickets@scipy....
Fri Aug 6 06:35:01 CDT 2010
#1573: savetxt complex output
---------------------+------------------------------------------------------
Reporter: nbecker | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 1.5.0
Component: Other | Version:
Keywords: |
---------------------+------------------------------------------------------
savetxt does not work properly for complex. Seems to only save real part.
I believe savetxt should save complex arrays with elements in the same
format python using for complex numbers:
for e in u:
print e
This gives:
(r0+i0j)
(r1+i1j)
...
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1573>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list