tsutterley/pyTMD

`scipy` v1.10.0 fails for `RegularGridInterpolator`

Closed this issue · 0 comments

Needed to pin scipy to an earlier version due to an error in regular grid interpolations.

Attempted a workaround to force input and output arrays to be C-contiguous using np.ascontiguousarray

Found it easiest to wait until the release of scipy 1.10.1 scipy/scipy#17740