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.
>
> _
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