[SciPy-dev] Status of interpolate.interp2d

David Huard david.huard at gmail.com
Mon Jun 12 17:12:07 EDT 2006


Hi,
Line 41 in interpolate.py should read

if rank(self.x) > 2 or rank(self.y) > 2:

instead of
if self.x > 2 or rank(self.y) > 2:

When this is fixed and I call it to evaluate z at some point x,y, it
complains that it has no attribute tck. In fact, it seems that the spline is
not evaluated during __init__.  Should I understand that interp2d is getting
a rehaul and is currently broken ? If so, I'd like to help since I need it.


David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20060612/b0ee7286/attachment.html>


More information about the SciPy-Dev mailing list