Skip to content

Commit

Permalink
(temp/sanity check) assert equal optimal result from both storages
Browse files Browse the repository at this point in the history
  • Loading branch information
yngve-sk committed Nov 13, 2024
1 parent f7f67d4 commit 14cc90a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ert/run_models/everest_run_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,8 @@ def run_experiment(

# Extract the best result from the storage.
self._result = seba_storage.get_optimal_result() # type: ignore
optimal_result_from_everstorage = self.ever_storage.get_optimal_result()
assert self._result == optimal_result_from_everstorage

if self._monitor_thread is not None:
self._monitor_thread.stop()
Expand Down

0 comments on commit 14cc90a

Please sign in to comment.