diff --git a/tests/sample_data/multimodel_statistics/test_multimodel.py b/tests/sample_data/multimodel_statistics/test_multimodel.py index dd6dd3cb67..5a49460a6e 100644 --- a/tests/sample_data/multimodel_statistics/test_multimodel.py +++ b/tests/sample_data/multimodel_statistics/test_multimodel.py @@ -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] @@ -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), diff --git a/tests/sample_data/multimodel_statistics/timeseries_daily_365_day-full-mean.nc b/tests/sample_data/multimodel_statistics/timeseries_daily_365_day-full-mean.nc index d581f72c1c..c473d78f49 100644 Binary files a/tests/sample_data/multimodel_statistics/timeseries_daily_365_day-full-mean.nc and b/tests/sample_data/multimodel_statistics/timeseries_daily_365_day-full-mean.nc differ diff --git a/tests/sample_data/multimodel_statistics/timeseries_daily_365_day-overlap-mean.nc b/tests/sample_data/multimodel_statistics/timeseries_daily_365_day-overlap-mean.nc index d581f72c1c..c473d78f49 100644 Binary files a/tests/sample_data/multimodel_statistics/timeseries_daily_365_day-overlap-mean.nc and b/tests/sample_data/multimodel_statistics/timeseries_daily_365_day-overlap-mean.nc differ diff --git a/tests/sample_data/multimodel_statistics/timeseries_daily_gregorian-full-mean.nc b/tests/sample_data/multimodel_statistics/timeseries_daily_gregorian-full-mean.nc index 11e7691e85..094ab82654 100644 Binary files a/tests/sample_data/multimodel_statistics/timeseries_daily_gregorian-full-mean.nc and b/tests/sample_data/multimodel_statistics/timeseries_daily_gregorian-full-mean.nc differ diff --git a/tests/sample_data/multimodel_statistics/timeseries_daily_gregorian-overlap-mean.nc b/tests/sample_data/multimodel_statistics/timeseries_daily_gregorian-overlap-mean.nc index 11e7691e85..094ab82654 100644 Binary files a/tests/sample_data/multimodel_statistics/timeseries_daily_gregorian-overlap-mean.nc and b/tests/sample_data/multimodel_statistics/timeseries_daily_gregorian-overlap-mean.nc differ diff --git a/tests/sample_data/multimodel_statistics/timeseries_daily_proleptic_gregorian-full-mean.nc b/tests/sample_data/multimodel_statistics/timeseries_daily_proleptic_gregorian-full-mean.nc index f61371381b..ad7b62a97c 100644 Binary files a/tests/sample_data/multimodel_statistics/timeseries_daily_proleptic_gregorian-full-mean.nc and b/tests/sample_data/multimodel_statistics/timeseries_daily_proleptic_gregorian-full-mean.nc differ diff --git a/tests/sample_data/multimodel_statistics/timeseries_daily_proleptic_gregorian-overlap-mean.nc b/tests/sample_data/multimodel_statistics/timeseries_daily_proleptic_gregorian-overlap-mean.nc index f61371381b..ad7b62a97c 100644 Binary files a/tests/sample_data/multimodel_statistics/timeseries_daily_proleptic_gregorian-overlap-mean.nc and b/tests/sample_data/multimodel_statistics/timeseries_daily_proleptic_gregorian-overlap-mean.nc differ diff --git a/tests/sample_data/multimodel_statistics/timeseries_monthly-full-mean.nc b/tests/sample_data/multimodel_statistics/timeseries_monthly-full-mean.nc index dde68ce932..1b354c1def 100644 Binary files a/tests/sample_data/multimodel_statistics/timeseries_monthly-full-mean.nc and b/tests/sample_data/multimodel_statistics/timeseries_monthly-full-mean.nc differ diff --git a/tests/sample_data/multimodel_statistics/timeseries_monthly-overlap-mean.nc b/tests/sample_data/multimodel_statistics/timeseries_monthly-overlap-mean.nc index dde68ce932..1b354c1def 100644 Binary files a/tests/sample_data/multimodel_statistics/timeseries_monthly-overlap-mean.nc and b/tests/sample_data/multimodel_statistics/timeseries_monthly-overlap-mean.nc differ