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 mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to