[SciPy-dev] Issue with interpolate.interp1d()

Tyler W. Wilson twilson at eduplay.com
Tue Dec 6 23:43:47 EST 2005


I am trying to use the interpolate.interp1d package. But when I get to
the point of calling the returned function, I am getting the following
error:

  File "E:\Python24\Lib\site-packages\scipy\interpolate\interpolate.py",
line 198, in __call__
    putmask(y_new, new_out.flat, self.fill_value) # will insert work here?
  File "E:\Python24\Lib\site-packages\scipy\base\oldnumeric.py", line
170, in putmask
    return a.putmask(v, mask)
AttributeError: 'scipy.flatiter' object has no attribute 'putmask'

Any ideas?

Thanks,
Tyler




More information about the SciPy-Dev mailing list