Hi all, It's currently not possible to store sparse matrices using scipy.io.mmwrite(). Traceback (most recent call last): File "<stdin>", line 1, in ? File "/usr/lib64/python2.4/site-packages/scipy/io/mmio.py", line 269, in mmwrite typecode = a.gettypecode() File "/usr/lib64/python2.4/site-packages/scipy/sparse/sparse.py", line 237, in __getattr__ raise AttributeError, attr + " not found" AttributeError: gettypecode not found http://projects.scipy.org/scipy/scipy/ticket/317 Please can someone fix this problem in the near future ? Thanks in advance. Nils
scipy.__version__ '0.5.3.dev2439'
On 12/20/06, Nils Wagner <nwagner@iam.uni-stuttgart.de> wrote:
Hi all,
It's currently not possible to store sparse matrices using scipy.io.mmwrite().
http://projects.scipy.org/scipy/scipy/ticket/317
Please can someone fix this problem in the near future ?
Fixed. How do I close tickets in Trac? Do I lack the permission? -- Nathan Bell wnbell@gmail.com
Nathan Bell wrote:
How do I close tickets in Trac? Do I lack the permission?
You probably do. You should have been given the "developer" role in Trac when you were given your account, but apparently, you have not. I can't check or fix that myself right now, so I'll poke our sysadmin. -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco
On 1/6/07, Nathan Bell <wnbell@gmail.com> wrote:
On 12/20/06, Nils Wagner <nwagner@iam.uni-stuttgart.de> wrote:
Hi all,
It's currently not possible to store sparse matrices using scipy.io.mmwrite().
http://projects.scipy.org/scipy/scipy/ticket/317
Please can someone fix this problem in the near future ?
Fixed.
How do I close tickets in Trac? Do I lack the permission?
Your fix also takes care of ticket #278. http://projects.scipy.org/scipy/scipy/ticket/278 I've closed this one, but I'll leave #317 for you to close once your permissions get sorted out. Cheers, Tim
-- Nathan Bell wnbell@gmail.com _______________________________________________ Scipy-dev mailing list Scipy-dev@scipy.org http://projects.scipy.org/mailman/listinfo/scipy-dev
participants (4)
-
Nathan Bell
-
Nils Wagner
-
Robert Kern
-
Tim Leslie