[SciPy-dev] ERROR: check_simple_todense
Ed Schofield
schofield at ftw.at
Fri Oct 28 11:49:05 CDT 2005
Nils Wagner wrote:
>======================================================================
>ERROR: check_simple_todense
>(scipy.io.mmio.test_mmio.test_mmio_coordinate)
>----------------------------------------------------------------------
>Traceback (most recent call last):
> File
>"/usr/local/lib/python2.4/site-packages/scipy/io/tests/test_mmio.py",
>line 152, in check_simple_todense
> b = mmread(fn).todense()
> File
>"/usr/local/lib/python2.4/site-packages/scipy/io/mmio.py",
>line 215, in mmread
> a =
>coo_matrix(data,(row,col),M=rows,N=cols,dtype=dtype)
>TypeError: __init__() got an unexpected keyword argument
>'M'
>
>
Oops, my fault! Should be fixed now.
-- Ed
More information about the Scipy-dev
mailing list