Skip to content

Commit

Permalink
Fixup add _experiment_id var in Simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
Yngve S. Kristiansen committed Sep 27, 2024
1 parent 9fc1e58 commit ffb89ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/everest/simulator/simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def __init__(self, ever_config: EverestConfig, callback=None):
self._ert_config, controls_def, results_def, callback=callback
)

self._experiment_id = None
self._batch = 0
self._cache: Optional[_SimulatorCache] = None
if ever_config.simulator is not None and ever_config.simulator.enable_cache:
Expand Down

0 comments on commit ffb89ba

Please sign in to comment.