[NumPy-Tickets] [NumPy] #1565: loadtxt fails to load large unsigned int64 integers.
NumPy Trac
numpy-tickets@scipy....
Sat Apr 2 11:37:52 CDT 2011
#1565: loadtxt fails to load large unsigned int64 integers.
-------------------------+--------------------------------------------------
Reporter: rainwoodman | Owner: somebody
Type: defect | Status: needs_review
Priority: normal | Milestone: 1.6.0
Component: Other | Version: 1.4.0
Keywords: |
-------------------------+--------------------------------------------------
Comment(by charris):
I wonder if the integer conversions shouldn't just return the int function
instead of going through a double. Doing so would cause an error to be
raised if a float string were encountered. Why did this function go
through a float in the first place?
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1565#comment:9>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list