[Scipy-svn] r7159 - branches/0.9.x/scipy/interpolate

scipy-svn at scipy.org scipy-svn at scipy.org
Sun Feb 20 04:34:38 EST 2011


Author: rgommers
Date: 2011-02-20 03:34:37 -0600 (Sun, 20 Feb 2011)
New Revision: 7159

Modified:
   branches/0.9.x/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.

(backport of r7156)

Modified: branches/0.9.x/scipy/interpolate/polyint.py
===================================================================
--- branches/0.9.x/scipy/interpolate/polyint.py	2011-02-20 09:34:10 UTC (rev 7158)
+++ branches/0.9.x/scipy/interpolate/polyint.py	2011-02-20 09:34:37 UTC (rev 7159)
@@ -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