[SciPy-user] interp2d raises AttributeError: interp2d instance has no attribute 'tck', scipy 0.4.8, numpy 0.9.6

Stefan van der Walt stefan at sun.ac.za
Thu Apr 20 05:33:30 EDT 2006


On Thu, Apr 13, 2006 at 10:36:02AM +0200, Pau Gargallo wrote:
> as far as i know, interp2d is not implemented.
> There is some skeleton code, but is not finished. See
> http://projects.scipy.org/scipy/scipy/browser/trunk/Lib/interpolate/interpolate.py
> 
> i have a pure python implementation of interpn that may be useful for you at
> http://www.scipy.org/PauGargallo/Interpolation
> it is probably very buggy, but seems to work.
> 
> if you want more sophisticated, accurate or fast interpolation you
> will have to use the fitpack wrappings directly.
> 
> Are there any plans for reviewing the interpolate package?
> Something like the 'interpolation review week'?

I filed a ticket at

http://projects.scipy.org/scipy/scipy/ticket/195

linking to the previous threads, patches and to Pau's implementation.

Regards
Stéfan




More information about the SciPy-User mailing list