Skip to content

Commit

Permalink
Have mda runmodel not support restart
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-eq committed Dec 10, 2024
1 parent e480001 commit 2e604fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ert/run_models/multiple_data_assimilation.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def __init__(
update_settings: UpdateSettings,
status_queue: SimpleQueue[StatusEvents],
):
self.support_restart = False
self._relative_weights = weights
self.weights = self.parse_weights(weights)

Expand Down

0 comments on commit 2e604fc

Please sign in to comment.