[Scipy-svn] r3199 - trunk/Lib/optimize

scipy-svn at scipy.org scipy-svn at scipy.org
Thu Jul 26 15:00:40 EDT 2007


Author: dmitrey.kroshko
Date: 2007-07-26 14:00:23 -0500 (Thu, 26 Jul 2007)
New Revision: 3199

Modified:
   trunk/Lib/optimize/tnc.py
Log:
"(output) x is Python list" - removed from tnc docstring (now x is numpy.array)


Modified: trunk/Lib/optimize/tnc.py
===================================================================
--- trunk/Lib/optimize/tnc.py	2007-07-26 17:52:23 UTC (rev 3198)
+++ trunk/Lib/optimize/tnc.py	2007-07-26 19:00:23 UTC (rev 3199)
@@ -145,7 +145,7 @@
                 if < 0, rescale is set to 1.3
 
     Outputs:
-    x         : the solution (a list of floats)
+    x         : the solution
     nfeval    : the number of function evaluations
     rc        : return code as defined in the RCSTRINGS dict
 




More information about the Scipy-svn mailing list