We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 825864b commit 20a0caaCopy full SHA for 20a0caa
tests/test_fieldset.py
@@ -77,7 +77,7 @@ def multifile_fieldset(tmp_path):
77
files = {"U": ufiles, "V": vfiles}
78
variables = {"U": "U", "V": "V"}
79
dimensions = {"lon": "lon", "lat": "lat"}
80
- return FieldSet.from_netcdf(files, variables, dimensions, timestamps=timestamps, allow_time_extrapolation=True)
+ return FieldSet.from_netcdf(files, variables, dimensions, timestamps=timestamps)
81
82
83
@pytest.mark.parametrize("xdim", [100, 200])
0 commit comments