Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions tests/sample_data/multimodel_statistics/test_multimodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def preprocess_data(cubes, time_slice: dict = None):
# regrid to first cube
regrid_kwargs = {
'grid': first_cube,
'scheme': iris.analysis.Linear(),
'scheme': iris.analysis.Nearest(),
}

cubes = [cube.regrid(**regrid_kwargs) for cube in cubes]
Expand All @@ -61,7 +61,8 @@ def get_cache_key(value):
"""Get a cache key that is hopefully unique enough for unpickling.

If this doesn't avoid problems with unpickling the cached data,
manually clean the pytest cache with the command `pytest --cache-clear`.
manually clean the pytest cache with the command `pytest --cache-
clear`.
"""
return ' '.join([
str(value),
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.