I use scipy\'s griddate-function for interpolation.
What does the following error message means which appears when python is executing the griddata-function?
This typically means that the point set you passed in cannot be triangulated. Some common cases when this might occur:
In these cases, interpolation does not make sense either, so this failure is not an indication of a bug, but incorrect usage of griddata
.
Typically, Qhull prints additional information on what went wrong to stderr, so check the program output to see what it says.