The spline interpolation expects your x-values to be all different
(and monotonic). However in your data set the x values at index 122
and 124 are identical (and also x(122) > x(123)). If you correct for
this the interpolation should work fine.

Reply via email to