[SciPy-user] scipy.test() failed with latest cvs

Nils Wagner nwagner at mecha.uni-stuttgart.de
Tue May 4 02:26:33 EDT 2004


======================================================================
ERROR: check_setelement (scipy.sparse.Sparse.test_Sparse.test_csc)
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"/usr/lib/python2.3/site-packages/scipy/sparse/tests/test_Sparse.py", 
line 67, in check_setelement
     a = self.datsp - self.datsp
   File "/usr/lib/python2.3/site-packages/scipy/sparse/Sparse.py", line 
379, in __sub__
     return csc_matrix(c,(rowc,ptrc),M=M,N=N)
   File "/usr/lib/python2.3/site-packages/scipy/sparse/Sparse.py", line 
294, in __init__
     self._check()
   File "/usr/lib/python2.3/site-packages/scipy/sparse/Sparse.py", line 
310, in _check
     if (nzmax>0) and (max(self.rowind[:nnz]) >= M):
ValueError: min() or max() arg is an empty sequence

----------------------------------------------------------------------
Ran 934 tests in 2.879s

FAILED (errors=1)




More information about the SciPy-User mailing list