[SciPy-dev] FAIL:check_simple_complexFAIL:check_random_complex

Nils Wagner wagner.nils at vdi.de
Wed Nov 26 03:10:51 EST 2003


Pearu, 
 
I have used ATLAS3.5.12 as well. However, the failures didn't vanish. 
So, what is the reason for these strange failures ? 
 
gcc ??? 
Numeric ??? 
scipy ??? 
f2py ??? 
LAPACK ??? 
ATLAS ??? 
 
>>> scipy.__version__ 
'0.2.1_251.4457' 
>>> Numeric.__version__ 
'23.1' 
nwagner at jane:~> f2py -v 
2.37.233-1545 
nwagner at jane:~> gcc -v 
Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.1/specs 
Konfiguriert mit: ../configure --enable-threads=posix --prefix=/usr 
--with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/
share/man --libdir=/usr/lib --enable-languages=c,c++,f77,objc,java,ada 
--disable-checking --enable-libgcj --with-gxx-include-dir=/usr/include/g
++ --with-slibdir=/lib --with-system-zlib --enable-shared 
--enable-__cxa_atexit i586-suse-linux 
Thread model: posix 
gcc-Version 3.3.1 (SuSE Linux) 
 
Is it possible to neglect these failures ? 
 
====================================================================== 
FAIL: check_random_complex 
(scipy.linalg.decomp.test_decomp.test_cholesky) 
---------------------------------------------------------------------- 
Traceback (most recent call last): 
  File "/usr/local/lib/python2.3/site-packages/scipy/linalg/tests/
test_decomp.py", line 276, in check_random_complex 
    assert_array_almost_equal(cholesky(a),c) 
  File "/usr/local/lib/python2.3/site-packages/scipy_test/testing.py", line 
592, in assert_array_almost_equal 
    assert alltrue(ravel(reduced)),\ 
AssertionError: 
Arrays are not almost equal: 
 
 
====================================================================== 
FAIL: check_simple_complex 
(scipy.linalg.decomp.test_decomp.test_cholesky) 
---------------------------------------------------------------------- 
Traceback (most recent call last): 
  File "/usr/local/lib/python2.3/site-packages/scipy/linalg/tests/
test_decomp.py", line 250, in check_simple_complex 
    assert_array_almost_equal(cholesky(a),c) 
  File "/usr/local/lib/python2.3/site-packages/scipy_test/testing.py", line 
592, in assert_array_almost_equal 
    assert alltrue(ravel(reduced)),\ 
AssertionError: 
Arrays are not almost equal: 
 
Nils 
 



More information about the SciPy-Dev mailing list