[NumPy-Tickets] [NumPy] #1812: FAIL: string test on win 32 Py 3.2 has dtype U5 instead of S5
NumPy Trac
numpy-tickets@scipy....
Wed Apr 27 16:27:51 CDT 2011
#1812: FAIL: string test on win 32 Py 3.2 has dtype U5 instead of S5
------------------------+---------------------------------------------------
Reporter: rgommers | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 1.6.0
Component: numpy.core | Version: 1.5.1
Keywords: |
------------------------+---------------------------------------------------
{{{
======================================================================
FAIL: Ticket #1748
----------------------------------------------------------------------
Traceback (most recent call last):
File "Z:\Users\zouzoujing\.wine\drive_c\Python32\lib\site-
packages\numpy\core\tests\test_regression.py", line 1550, in
test_string_astype
assert_equal(b.dtype, np.dtype('S5'))
File "Z:\Users\zouzoujing\.wine\drive_c\Python32\lib\site-
packages\numpy\testing\utils.py", line 313, in assert_equal
raise AssertionError(msg)
AssertionError:
Items are not equal:
ACTUAL: dtype('<U5')
DESIRED: dtype('|S5')
}}}
Test issue or actual issue?
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1812>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list