[SciPy-user] subversion and installation instructions?

Giovanni Samaey giovanni.samaey at cs.kuleuven.ac.be
Fri Sep 2 03:01:16 EDT 2005


Dear all,

I have tried to install scipy on ournew university-wide cluster, but I 
am unsure as to whether the install was completely successful.
I checked out scipy from svn, and because that alone gave me "scipy_base 
not found", I needed to look through the mail on this
list to find out that there exists a separate "scipy_core" module, which 
also has to be checked out and installed separately.
Now both of these are installed. However, I only get 246 tests on 
level=10.  I remember that this was much more in the past.
Did I forget to install something?

I also get one failure, which is listed below. 

I must say that I am not exactly running on a standard system...  We run 
on a cluster of Opterons,
use pathscale as compiler, and the BLAS and LAPACK are from the AMD Core 
Math Library instead of ATLAS.  Once this system is working
and validated, I will post detailed installation instructions for this 
setup.

Best,

Giovanni

======================================================================
FAIL: check_dot (scipy.lib.blas.test_blas.test_fblas1_simple)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/data/home/u0038151/lib/python2.4/site-packages/scipy/lib/blas/tests/test_blas.py", 
line 75, in check_dot
    assert_almost_equal(f([3j,-4,3-4j],[2,3,1]),-9+2j)
  File 
"/data/home/u0038151/lib/python2.4/site-packages/scipy_test/testing.py", 
line 662, in assert_almost_equal
    assert round(abs(desired - actual),decimal) == 0, msg
AssertionError:
Items are not equal:
DESIRED: (-9+2j)
ACTUAL: (-9+2.1839129395899578e-317j)

----------------------------------------------------------------------
Ran 246 tests in 1.658s




More information about the SciPy-User mailing list