Skip to content Skip to sidebar Skip to footer

Scipy's Griddata Method Always Fails

I'm trying to use the griddata method in Scipy to perform bicubic interpolation on a set of data. However every time I try I get the ValueError 'Buffer not C contiguous'. The weir

Solution 1:

So this was an issue with an out of date version of numpy. The bug can be seen here: https://github.com/numpy/numpy/issues/2956


Post a Comment for "Scipy's Griddata Method Always Fails"