[SciPy-user] scipy.test() failures on SuSE9.3
Nils Wagner
nwagner at mecha.uni-stuttgart.de
Mon Apr 25 09:24:29 EDT 2005
Hi all,
I have installed SuSE9.3 and scipy, Numerical, f2py via
cvs.
scipy.test() results in 26 failures and 3 errors.
LAPACK and BLAS are available via (
~/src/blas
~/src/LAPACK
======================================================================
FAIL: check_syevr_vrange_mid
(scipy.lib.lapack.test_lapack.test_flapack_float)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python2.4/site-packages/scipy/lib/lapack/tests/esv_tests.py",
line 98, in check_syevr_vrange_mid
def check_syevr_vrange_mid(self):
self.check_syevr_vrange(vrange=[0,1])
File
"/usr/lib/python2.4/site-packages/scipy/lib/lapack/tests/esv_tests.py",
line 91, in check_syevr_vrange
assert_array_almost_equal(w,ew)
File
"/usr/lib/python2.4/site-packages/scipy_test/testing.py",
line 740, in assert_array_almost_equal
assert cond,\
AssertionError:
Arrays are not almost equal (mismatch 100.0%):
Array 1: [ 0.5]
Array 2: [ 0.4876939]
----------------------------------------------------------------------
Ran 1173 tests in 2.122s
FAILED (failures=26, errors=3)
Python 2.4 (#1, Mar 22 2005, 21:42:42)
[GCC 3.3.5 20050117 (prerelease) (SUSE Linux)] on linux2
f2py : 2.46.243_1966
Numeric : '24.0b2'
Any pointer would be appreciated.
Thanks in advance
Nils
More information about the SciPy-User
mailing list