[NumPy-Tickets] [NumPy] #1458: loadtxt doesn't unpack structred arrays with unpack=True
NumPy Trac
numpy-tickets@scipy....
Sun Apr 3 14:59:52 CDT 2011
#1458: loadtxt doesn't unpack structred arrays with unpack=True
------------------------+---------------------------------------------------
Reporter: gdub | Owner: somebody
Type: defect | Status: reopened
Priority: high | Milestone: 1.6.0
Component: numpy.lib | Version: devel
Resolution: | Keywords:
------------------------+---------------------------------------------------
Changes (by rgommers):
* status: closed => reopened
* resolution: fixed =>
Comment:
The test added here fails on line 467 of test_io.py with Python 3.2 on
Windows (and probably everywhere:
{{{
(mismatch 100.0%)
x: array([b'M', b'F'],
dtype='|S1')
y: array(['M', 'F'],
dtype='<U1')
}}}
Should be an easy fix, but I'm running out of time for today.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1458#comment:6>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list