[SciPy-dev] try_umfpack.py
Nils Wagner
nwagner@iam.uni-stuttgart...
Wed Feb 11 14:59:02 CST 2009
Hi Robert C.,
I have updated the URL in try_umfpack.py
#defaultURL =
'http://www.cise.ufl.edu/research/sparse/HBformat/'
defaultURL =
'http://www.cise.ufl.edu/research/sparse/RB/HB/'
./try_umfpack.py -d bcsstm21.tar.gz
**************************************************
url:
http://www.cise.ufl.edu/research/sparse/RB/HB/bcsstm21.tar.gz
file: /tmp/tmpDwKACc.gz
format: triplet
reading...
Traceback (most recent call last):
File "./try_umfpack.py", line 222, in <module>
main()
File "./try_umfpack.py", line 138, in main
mtx = readMatrix( matrixName, options )
File "./try_umfpack.py", line 98, in readMatrix
mtx = readMatrix( fd )
File "./try_umfpack.py", line 37, in read_triplet
nRow, nCol = map( int, fd.readline().split() )
ValueError: invalid literal for int() with base 10:
'bcsstm21/bcsstm21.rb'
Any idea ?
Nils
More information about the Scipy-dev
mailing list