diff --git a/pycomlink/tests/test_interpolator.py b/pycomlink/tests/test_interpolator.py index ed2828f..87cc780 100644 --- a/pycomlink/tests/test_interpolator.py +++ b/pycomlink/tests/test_interpolator.py @@ -76,7 +76,7 @@ def test_without_nans(self): zi = interpolator( x=np.array([1, 2, 3, 4, 5]), - y=np.array([2, 4, 3, 5, 1]), + y=np.array([2, 3, 3, 5, 3]), z=np.array([1, 2, 3, 4, 3]), xgrid=xi, ygrid=yi,