Skip to content
Snippets Groups Projects
Commit be80182f authored by David Schäfer's avatar David Schäfer
Browse files

fix order warning

parent 6356e3dd
No related branches found
No related tags found
1 merge request!598Change the default limit value of the interpolation routines
Pipeline #141895 passed with stages
in 5 minutes and 57 seconds
......@@ -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,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment