[NumPy-Tickets] [NumPy] #1880: FAIL: test_timedelta_scalar_construction
NumPy Trac
numpy-tickets@scipy....
Mon Jun 27 16:35:43 CDT 2011
#1880: FAIL: test_timedelta_scalar_construction
------------------------+---------------------------------------------------
Reporter: nils | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: numpy.core | Version: devel
Keywords: |
------------------------+---------------------------------------------------
Changes (by mwiebe):
* version: 1.6.0 => devel
Old description:
> {{{
> ======================================================================
> 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'
>
> }}}
New description:
{{{
======================================================================
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'
}}}
--
Comment:
Could you provide some details about the operating system, 32 bit/64 bit,
etc this is on?
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1880#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list