Re: [Numpy-discussion] bug in scipy.io.mmio

2007-05-02 Thread Nils Wagner
koara wrote: > Hello, when saving a sparse matrix via scipy 0.5.2: > scipy.io.mmio.mmwrite(), an exception is thrown: > > scipy.io.mmio.py: line 269: AttributeError: gettypecode not found > > changing the line to read > > 269: typecode = a.dtype.char > > fixes the problem. > > _

[Numpy-discussion] bug in scipy.io.mmio

2007-05-02 Thread koara
Hello, when saving a sparse matrix via scipy 0.5.2: scipy.io.mmio.mmwrite(), an exception is thrown: scipy.io.mmio.py: line 269: AttributeError: gettypecode not found changing the line to read 269: typecode = a.dtype.char fixes the problem. ___ Numpy