[NumPy-Tickets] [NumPy] #1397: scientific notation with a D instead of E on mac OSX
NumPy Trac
numpy-tickets@scipy....
Fri Feb 12 12:54:26 CST 2010
#1397: scientific notation with a D instead of E on mac OSX
----------------------+-----------------------------------------------------
Reporter: ricitron | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: Other | Version: 1.4.0
Keywords: |
----------------------+-----------------------------------------------------
In numpy.float64() please convert [dD] to [eE]
When running python(2.5) and numpy(1.4) on mac I get:
>>> numpy.float64('1.23D+04')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ValueError: setting an array element with a sequence.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1397>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list