[NumPy-Tickets] [NumPy] #1457: TestClog failure on Windows
NumPy Trac
numpy-tickets@scipy....
Sun Apr 18 05:13:22 CDT 2010
#1457: TestClog failure on Windows
-------------------------+--------------------------------------------------
Reporter: rgommers | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: numpy.core | Version:
Keywords: complex log |
-------------------------+--------------------------------------------------
Reported against 1.4.1rc2, and according to Josef has been failing for a
long time on Windows:
{{{
FAIL: test_special_values (test_umath_complex.TestClog)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Python26\lib\site-
packages\numpy\core\tests\test_umath_complex.py", l
ine 179, in test_special_values
assert_almost_equal(np.log(x), y)
File "C:\Python26\lib\site-packages\numpy\testing\utils.py", line 437,
in asse
rt_almost_equal
"DESIRED: %s\n" % (str(actual), str(desired)))
AssertionError: Items are not equal:
ACTUAL: [ NaN+2.35619449j]
DESIRED: (inf+2.35619449019j)
}}}
Marking as knownfail for the 1.4.1 release.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1457>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list