[NumPy-Tickets] [NumPy] #1665: genfromtxt returns inconsistent output if column converters are used
NumPy Trac
numpy-tickets@scipy....
Sat Nov 13 17:36:11 CST 2010
#1665: genfromtxt returns inconsistent output if column converters are used
--------------------+-------------------------------------------------------
Reporter: dmoore | Owner: pierregm
Type: defect | Status: needs_decision
Priority: normal | Milestone: 2.0.0
Component: Other | Version: 1.4.1
Keywords: |
--------------------+-------------------------------------------------------
Changes (by pierregm):
* owner: somebody => pierregm
Comment:
OK, I just committed a bug fix on git: instead of taking an arbitrary
value to determine the type of the output of the converter, the first
value (from the first line) is used. Note that if you have names in your
first row, we revert to the arbitrary value ('1').
Please test and let me know how it goes before I can close the ticket.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1665#comment:4>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list