From 4c7785e14cf47840fe9199d08483780b55941357 Mon Sep 17 00:00:00 2001 From: "Yngve S. Kristiansen" Date: Fri, 6 Dec 2024 13:33:08 +0100 Subject: [PATCH] fixup! Improve memory efficiency of update --- tests/ert/unit_tests/data/test_integration_data.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/ert/unit_tests/data/test_integration_data.py b/tests/ert/unit_tests/data/test_integration_data.py index a95fb17b358..540a0074706 100644 --- a/tests/ert/unit_tests/data/test_integration_data.py +++ b/tests/ert/unit_tests/data/test_integration_data.py @@ -171,8 +171,6 @@ def test_that_measured_data_gives_error_on_missing_response(snake_oil_case_stora os.remove(ds_path) smry_df.clear().write_parquet(ds_path) - ensemble.load_responses.cache_clear() - with pytest.raises( ResponseError, match="No response loaded for observation type: summary" ):