Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ert dark storage performance tests (#7109)
Fixed ert dark storage performance tests timing out by changing src/ert/dark_storage/common.py get_observations_for_obs_keys(). Moved observations dict outside of loop to only generate dict once instead of every loop iteration.
- Loading branch information