The griddata function in SciPy is used to interpolate scattered data points to a regular grid. It is a part of the SciPy interpolate module. [[0.94867884 0.9273742 0.89822994 0.85958175 0.81275252 ...
Was scipy.interpolate.griddata meant to mimic Matlab's one? There is no requirement that they match. If you do find either an explanation or a workaround, please share it. Preferably as a pull request ...