小编Pro*_*erp的帖子

griddata运行时错误 - Python/SciPy(插值)

我使用scipy的griddate函数进行插值.

什么以下错误消息意味着,当蟒蛇是执行的GridData功能出现?

File "C:\Python25\lib\site-packages\scipy\interpolate\ndgriddata.py", line 182, in griddata
ip = LinearNDInterpolator(points, values, fill_value=fill_value)
File "interpnd.pyx", line 192, in interpnd.LinearNDInterpolator.__init__ (scipy\interpolate\interpnd.c:2524)
File "qhull.pyx", line 917, in scipy.spatial.qhull.Delaunay.__init__ (scipy\spatial\qhull.c:4030)
File "qhull.pyx", line 170, in scipy.spatial.qhull._construct_delaunay (scipy\spatial\qhull.c:1269)
RuntimeError: Qhull error
Run Code Online (Sandbox Code Playgroud)

python interpolation scipy

3
推荐指数
1
解决办法
4397
查看次数

标签 统计

interpolation ×1

python ×1

scipy ×1