[Scipy-svn] r7156 - trunk/scipy/interpolate

scipy-svn at scipy.org scipy-svn at scipy.org
Sat Feb 19 22:38:13 EST 2011


Author: rgommers
Date: 2011-02-19 21:38:12 -0600 (Sat, 19 Feb 2011)
New Revision: 7156

Modified:
   trunk/scipy/interpolate/polyint.py
Log:
BUG: remove ASCII form feed character that causes a problem with Py 3.2rc3.

Thanks to Christoph Gohlke for testing and the patch.

Modified: trunk/scipy/interpolate/polyint.py
===================================================================
--- trunk/scipy/interpolate/polyint.py	2011-02-19 13:33:44 UTC (rev 7155)
+++ trunk/scipy/interpolate/polyint.py	2011-02-20 03:38:12 UTC (rev 7156)
@@ -380,7 +380,6 @@
     return np.poly1d((d/factorial(np.arange(degree+1)))[::-1])
 
 
-

 class BarycentricInterpolator(object):
     """The interpolating polynomial for a set of points
 




More information about the Scipy-svn mailing list