Skip to content

Commit

Permalink
Use the correct stop_long_running_realizations function
Browse files Browse the repository at this point in the history
  • Loading branch information
xjules committed Nov 24, 2023
1 parent ee7e78e commit 00faf37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ert/ensemble_evaluator/_builder/_legacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ async def _evaluate_inner( # pylint: disable=too-many-branches
):
queue_evaluators = [
partial(
self._job_queue.stop_long_running_jobs,
self._job_queue.stop_long_running_realizations,
self._analysis_config.minimum_required_realizations,
)
]
Expand Down

0 comments on commit 00faf37

Please sign in to comment.