[NumPy-Tickets] [NumPy] #1880: FAIL: test_timedelta_scalar_construction
NumPy Trac
numpy-tickets@scipy....
Sun Jun 26 10:57:54 CDT 2011
#1880: FAIL: test_timedelta_scalar_construction
------------------------+---------------------------------------------------
Reporter: nils | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: numpy.core | Version: 1.6.0
Keywords: |
------------------------+---------------------------------------------------
{{{
======================================================================
FAIL: test_timedelta_scalar_construction (test_datetime.TestDateTime)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/nwagner/local/lib64/python2.6/site-
packages/numpy/core/tests/test_datetime.py", line 189, in
test_timedelta_scalar_construction
assert_equal(str(np.timedelta64(3, 's')), '3 seconds')
File "/home/nwagner/local/lib64/python2.6/site-
packages/numpy/testing/utils.py", line 313, in assert_equal
raise AssertionError(msg)
AssertionError:
Items are not equal:
ACTUAL: '%lld seconds'
DESIRED: '3 seconds'
}}}
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1880>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list