[Scipy-svn] r3760 - trunk/scipy/io
scipy-svn@scip...
scipy-svn@scip...
Tue Jan 1 16:00:08 CST 2008
Author: oliphant
Date: 2008-01-01 16:00:03 -0600 (Tue, 01 Jan 2008)
New Revision: 3760
Modified:
trunk/scipy/io/mmio.py
Log:
Fix-up merge issues when bringing in io_new over.
Modified: trunk/scipy/io/mmio.py
===================================================================
--- trunk/scipy/io/mmio.py 2008-01-01 09:35:56 UTC (rev 3759)
+++ trunk/scipy/io/mmio.py 2008-01-01 22:00:03 UTC (rev 3760)
@@ -283,10 +283,6 @@
if close_it: stream.close()
else: stream.flush()
- a = coo_matrix((V, (I, J)), shape=(rows, cols), dtype=dtype)
- else:
- raise NotImplementedError,`rep`
-
#---------------------------------------------------------------------------
def _init_attrs(self, **kwargs):
"""
More information about the Scipy-svn
mailing list