[Scipy-svn] r4793 - trunk/scipy/sparse/benchmarks

scipy-svn at scipy.org scipy-svn at scipy.org
Sat Oct 11 06:36:27 EDT 2008


Author: wnbell
Date: 2008-10-11 05:36:17 -0500 (Sat, 11 Oct 2008)
New Revision: 4793

Modified:
   trunk/scipy/sparse/benchmarks/bench_sparse.py
Log:
added missing import


Modified: trunk/scipy/sparse/benchmarks/bench_sparse.py
===================================================================
--- trunk/scipy/sparse/benchmarks/bench_sparse.py	2008-10-10 17:13:10 UTC (rev 4792)
+++ trunk/scipy/sparse/benchmarks/bench_sparse.py	2008-10-11 10:36:17 UTC (rev 4793)
@@ -8,7 +8,8 @@
 from numpy.testing import *
 
 from scipy import sparse
-from scipy.sparse import csr_matrix, coo_matrix, dia_matrix
+from scipy.sparse import csr_matrix, coo_matrix, dia_matrix, lil_matrix, \
+        dok_matrix
 
 
 def random_sparse(m,n,nnz_per_row):




More information about the Scipy-svn mailing list