Skip to content

Commit

Permalink
fixup! Improve memory efficiency of update
Browse files Browse the repository at this point in the history
  • Loading branch information
yngve-sk committed Dec 6, 2024
1 parent 90d0713 commit 4c7785e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/ert/unit_tests/data/test_integration_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
):
Expand Down

0 comments on commit 4c7785e

Please sign in to comment.