python pchip interpolate missing attribute

时间:2016-08-31 04:15:16

标签: python scipy interpolation

我试图使用scipy的pchipInterpolate.roots()找到曲线的根,我收到属性错误。代码在我的另一台计算机上运行,​​所以我不完全确定问题是什么......这是错误:

return (PPoly.from_bernstein_basis(self._bpoly)).roots() 
AttributeError: 'PchipInterpolator' object has no attribute '_bpoly'

这是导致问题link的源代码的链接。有什么想法吗?

0 个答案:

没有答案