[NumPy-Tickets] [NumPy] #1428: genfromtxt problem with long integers
NumPy Trac
numpy-tickets@scipy....
Sat Apr 2 15:55:07 CDT 2011
#1428: genfromtxt problem with long integers
------------------------+---------------------------------------------------
Reporter: josefpktd | Owner: somebody
Type: defect | Status: closed
Priority: normal | Milestone:
Component: Other | Version:
Resolution: fixed | Keywords:
------------------------+---------------------------------------------------
Changes (by charris):
* status: new => closed
* resolution: => fixed
Comment:
You can now fix this by explicitly specifying int64 or uint64. Floats will
raise errors if those types are specified and the automatic detection case
will still fail. I suppose this could all be fixed up a bit more but that
would require considerably more work.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1428#comment:3>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list