[NumPy-Tickets] [NumPy] #1565: loadtxt fails to load large unsigned int64 integers.
NumPy Trac
numpy-tickets@scipy....
Sun Sep 5 22:19:03 CDT 2010
#1565: loadtxt fails to load large unsigned int64 integers.
-------------------------+--------------------------------------------------
Reporter: rainwoodman | Owner: somebody
Type: defect | Status: needs_review
Priority: normal | Milestone: 1.5.1
Component: Other | Version: 1.4.0
Keywords: |
-------------------------+--------------------------------------------------
Comment(by cgohlke):
It should be noted that with the patch, loading a csv file containing
floating point formatted data (e.g. 3.14 or 1e9) with loadtxt('test.csv',
dtype='uint64') will raise a ValueError. This seems better than silently
returning wrong values.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1565#comment:5>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list