Skip to content

Commit

Permalink
Reset endtime when restarting simulations
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-el committed Jun 20, 2024
1 parent 4f363cc commit 35b70fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ert/run_models/base_run_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ def start_simulations_thread(
) -> None:
try:
self.start_time = int(time.time())
self.stop_time = None
with captured_logs(self._error_messages):
self._set_default_env_context()
self._initial_realizations_mask = (
Expand Down

0 comments on commit 35b70fe

Please sign in to comment.