Skip to content

Commit 20a0caa

Browse files
committed
review feedback
1 parent 825864b commit 20a0caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_fieldset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def multifile_fieldset(tmp_path):
7777
files = {"U": ufiles, "V": vfiles}
7878
variables = {"U": "U", "V": "V"}
7979
dimensions = {"lon": "lon", "lat": "lat"}
80-
return FieldSet.from_netcdf(files, variables, dimensions, timestamps=timestamps, allow_time_extrapolation=True)
80+
return FieldSet.from_netcdf(files, variables, dimensions, timestamps=timestamps)
8181

8282

8383
@pytest.mark.parametrize("xdim", [100, 200])

0 commit comments

Comments
 (0)