[NumPy-Tickets] [NumPy] #1801: Failure: test_noncentral_f in random
NumPy Trac
numpy-tickets@scipy....
Sun Apr 17 10:08:05 CDT 2011
#1801: Failure: test_noncentral_f in random
--------------------------+-------------------------------------------------
Reporter: rgommers | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 1.6.0
Component: numpy.random | Version: 1.5.1
Keywords: |
--------------------------+-------------------------------------------------
Reported by Christoph Gohlke against 1.6.0b2 on 64-bit Windows with MKL.
Unlike #1768 this seems to be a real bug, not just about test precision.
{{{
======================================================================
FAIL: test_noncentral_f (test_random.TestRandomDist)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"X:\Python26-x64\lib\site-packages\numpy\random\tests\test_random.py",
line 297, in test_noncentral_f
np.testing.assert_array_almost_equal(actual, desired, decimal=14)
File "X:\Python26-x64\lib\site-packages\numpy\testing\utils.py", line
800, in assert_array_almost_equal
header=('Arrays are not almost equal to %d decimals' % decimal))
File "X:\Python26-x64\lib\site-packages\numpy\testing\utils.py", line
636, in assert_array_compare
raise AssertionError(msg)
AssertionError:
Arrays are not almost equal to 14 decimals
(mismatch 100.0%)
x: array([[ 1.62003345, 1.7253997 ],
[ 0.96735921, 0.42933718],
[ 0.71714872, 6.24979552]])
y: array([[ 1.405981 , 0.34207973],
[ 3.57715069, 7.92632663],
[ 0.43741599, 1.17742088]])
}}}
Christoph, could you please have a look at this? I haven't got a 64-bit
Windows machine available.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1801>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list