diff --git a/tests/funcs/test_resampling.py b/tests/funcs/test_resampling.py index ebed5178e3a96be277ad7488dae4881c31cc7d6c..c5dbd1570b9eb3b34990c37844312a20284126cc 100644 --- a/tests/funcs/test_resampling.py +++ b/tests/funcs/test_resampling.py @@ -124,7 +124,7 @@ def test_gridInterpolation(data, method, fill_history): res = qc.interpolate( field, freq, - order=10, + order=9, method=method, downcast_interpolation=True, )