|
From: Edward C. J. <edc...@co...> - 2005-12-14 04:27:23
|
I have an Athlon 64 chip. I use Debian unstable but I compile all Python
related programs myself. They go into /usr/local. I have Python 2.4.2
and numarray 1.5.0.
I got the following error from testall.test():
File
"/usr/local/lib/python2.4/site-packages/numarray/random_array/dtest.py",
line 57, in numarray.random_array.dtest
Failed example:
x = multivariate_normal(num.array([10,20]),
num.array(([1,2],[2,4]))); x
Expected:
array([ 9.95170432, 19.90340867])
Got:
array([ 9.95170432, 19.90340866])
|