[Scipy-svn] r2996 - trunk/Lib/interpolate

scipy-svn at scipy.org scipy-svn at scipy.org
Mon May 14 09:58:04 EDT 2007


Author: stefan
Date: 2007-05-14 08:57:50 -0500 (Mon, 14 May 2007)
New Revision: 2996

Modified:
   trunk/Lib/interpolate/interpolate.py
Log:
Import missing fitpack.


Modified: trunk/Lib/interpolate/interpolate.py
===================================================================
--- trunk/Lib/interpolate/interpolate.py	2007-05-14 13:56:14 UTC (rev 2995)
+++ trunk/Lib/interpolate/interpolate.py	2007-05-14 13:57:50 UTC (rev 2996)
@@ -11,7 +11,7 @@
      logical_or, atleast_1d, atleast_2d, meshgrid, ravel
 import numpy as np
 
-#import fitpack
+import fitpack
 
 def reduce_sometrue(a):
     all = a




More information about the Scipy-svn mailing list