[SciPy-user] scipy.test() from trunk segfaults

Scott Beardsley scott at cse.ucdavis.edu
Fri Feb 8 16:55:17 EST 2008


Robert Kern wrote:

> When reporting a segfault in the test suite, please run it with 
> scipy.test(verbosity=2).

I assume you mean verbose=2...

 >>> scipy.test(verbosity=2)"
Traceback (most recent call last):
   File "<string>", line 1, in <module>
TypeError: test() got an unexpected keyword argument 'verbosity'
 >>> scipy.test(verbose=2)

<snip>

test_diag (test_basic.TestTriu) ... ok
test_cblas (test_blas.TestBLAS) ...
****************************************************************
WARNING: cblas module is empty
-----------
See scipy/INSTALL.txt for troubleshooting.
Notes:
* If atlas library is not found by numpy/distutils/system_info.py,
   then scipy uses fblas instead of cblas.
****************************************************************

ok
test_fblas (test_blas.TestBLAS) ... ok
test_axpy (test_blas.TestCBLAS1Simple) ... ok
test_amax (test_blas.TestFBLAS1Simple) ... ok
test_asum (test_blas.TestFBLAS1Simple) ... FAIL
test_axpy (test_blas.TestFBLAS1Simple) ... ok
test_complex_dotc (test_blas.TestFBLAS1Simple) ... Segmentation fault





More information about the SciPy-User mailing list