griddata runtime error — Python / SciPy (Interpolation)

前端 未结 2 1316
广开言路
广开言路 2021-01-14 14:40

I use scipy\'s griddate-function for interpolation.

What does the following error message means which appears when python is executing the griddata-function?

2条回答
  •  遥遥无期
    2021-01-14 15:07

    This indicates that the qhull (http://www.qhull.org) code which is used by the function is not returning a result because of an error.

    Does this always happen, or only for certain inputs?

    Can you post an example input which causes the error?

提交回复
热议问题