[Scipy-svn] r4443 - trunk/scipy/sparse/linalg/eigen/arpack

scipy-svn at scipy.org scipy-svn at scipy.org
Thu Jun 12 18:14:53 EDT 2008


Author: wnbell
Date: 2008-06-12 17:14:49 -0500 (Thu, 12 Jun 2008)
New Revision: 4443

Modified:
   trunk/scipy/sparse/linalg/eigen/arpack/speigs.py
Log:
silenced ARPACK debugging output


Modified: trunk/scipy/sparse/linalg/eigen/arpack/speigs.py
===================================================================
--- trunk/scipy/sparse/linalg/eigen/arpack/speigs.py	2008-06-12 22:09:16 UTC (rev 4442)
+++ trunk/scipy/sparse/linalg/eigen/arpack/speigs.py	2008-06-12 22:14:49 UTC (rev 4443)
@@ -191,7 +191,7 @@
 def ARPACK_iteration(matvec, sigma_solve, n, bmat, which, nev, tol, ncv, mode):
     ncv, maxitr = check_init(n, nev, ncv)
     ipntr, d, resid, workd, workl, v = init_workspaces(n,nev,ncv)
-    init_debug()
+    #init_debug()
     ishfts = 1         # Some random arpack parameter
     # Some random arpack parameter (I think it tells ARPACK to solve the
     # general eigenproblem using shift-invert




More information about the Scipy-svn mailing list