[SciPy-dev] All tests pass for me on newscipy

Nils Wagner nwagner at mecha.uni-stuttgart.de
Sat Oct 22 02:17:14 EDT 2005


On Fri, 21 Oct 2005 17:48:36 -0600
  Travis Oliphant <oliphant at ee.byu.edu> wrote:
> 
> A fix to the overwrite specification in decomp.py has 
>led to all tests 
> passing for me in the newscipy.
> 
> There are still a few packages to port,  but we are 
>getting close.
> 
> -Travis
> 
> 
> _______________________________________________
> Scipy-dev mailing list
> Scipy-dev at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-dev
======================================================================
FAIL: check_random 
(scipy.linalg.decomp.test_decomp.test_cholesky)
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"/usr/local/lib/python2.4/site-packages/scipy/linalg/tests/test_decomp.py", 
line 284, in check_random
     assert_array_almost_equal(a,a1)
   File 
"/usr/local/lib/python2.4/site-packages/scipy/test/testing.py", 
line 727, in assert_array_almost_equal
     assert cond,\
AssertionError:
Arrays are not almost equal (mismatch 100.0%):
         Array 1: [[  2.2115142e+01   1.9096254e+00 
  8.8586238e-01   9.7084732e-01
     1.1361606e+00   7.4402947e-01   4.6727755e-01   1....
         Array 2: [[ 489.0795215   42.2316379   19.5909726 
  21.4704267   25.1263533
     16.4543176   10.3339096   31.0853131    7.2599046...


======================================================================
FAIL: check_random_complex 
(scipy.linalg.decomp.test_decomp.test_cholesky)
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"/usr/local/lib/python2.4/site-packages/scipy/linalg/tests/test_decomp.py", 
line 298, in check_random_complex
     assert_array_almost_equal(a,a1)
   File 
"/usr/local/lib/python2.4/site-packages/scipy/test/testing.py", 
line 727, in assert_array_almost_equal
     assert cond,\
AssertionError:
Arrays are not almost equal (mismatch 100.0%):
         Array 1: [[  1.0194682e+01 +0.0000000e+00j 
  1.8373100e+00 +6.2774806e-01j
     2.0980916e+00 -7.4906075e-01j   1.9508664e+00 -1.1...
         Array 2: [[  1.0393155e+02 +0.0000000e+00j 
  1.8730792e+01 +6.3996920e+00j
     2.1389377e+01 -7.6364363e+00j   1.9888463e+01 -1.1...


======================================================================
FAIL: check_simple_complex 
(scipy.linalg.decomp.test_decomp.test_cholesky)
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"/usr/local/lib/python2.4/site-packages/scipy/linalg/tests/test_decomp.py", 
line 270, in check_simple_complex
     assert_array_almost_equal(a,a1)
   File 
"/usr/local/lib/python2.4/site-packages/scipy/test/testing.py", 
line 727, in assert_array_almost_equal
     assert cond,\
AssertionError:
Arrays are not almost equal (mismatch 100.0%):
         Array 1: [[  3.1622777e+00 +0.0000000e+00j 
  4.1109610e+00 +2.8460499e+00j
     4.7434165e+00 -1.5811388e+00j]
  [  0.0000000e+00 +...
         Array 2: [[  1.0000000e+01 +0.0000000e+00j 
  1.3000000e+01 +9.0000000e+00j
     1.5000000e+01 -5.0000000e+00j]
  [  1.3000000e+01 -...


----------------------------------------------------------------------
Ran 389 tests in 0.982s

FAILED (failures=3)
>>> scipy.base.__version__
'0.4.3.1335'


  




More information about the SciPy-Dev mailing list