diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9944cfe3..3a8c977b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -88,6 +88,7 @@ Internal Changes - Added additional tests for the calibration step (`#209 `_): - one scenario (SSP5-8.5) and two ensemble members (`#211 `_) + - two scenarios (SSP1-2.6 and SSP5-8.5) with one and two ensemble members, respectively (`#214 `_) By `Mathias Hauser `_. diff --git a/tests/integration/test_calibrate_mesmer.py b/tests/integration/test_calibrate_mesmer.py index da748daf..74240d8c 100644 --- a/tests/integration/test_calibrate_mesmer.py +++ b/tests/integration/test_calibrate_mesmer.py @@ -14,6 +14,7 @@ ( [["h-ssp126"], "one_scen_one_ens"], [["h-ssp585"], "one_scen_multi_ens"], + [["h-ssp126", "h-ssp585"], "multi_scen_multi_ens"], ), ) def test_calibrate_mesmer( diff --git a/tests/test-data/output/multi_scen_multi_ens/test-mesmer-bundle.pkl b/tests/test-data/output/multi_scen_multi_ens/test-mesmer-bundle.pkl new file mode 100644 index 00000000..08b17082 Binary files /dev/null and b/tests/test-data/output/multi_scen_multi_ens/test-mesmer-bundle.pkl differ