Skip to content

Commit

Permalink
fixup rebase _everest_config
Browse files Browse the repository at this point in the history
  • Loading branch information
yngve-sk committed Jan 6, 2025
1 parent 23b0a16 commit 0de889a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ert/run_models/everest_run_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,11 @@ def run_experiment(
optimizer = self._create_optimizer()

self.ever_storage = EverestStorage(
output_dir=Path(self.everest_config.optimization_output_dir),
output_dir=Path(self._everest_config.optimization_output_dir),
)
self.ever_storage.observe_optimizer(
optimizer,
Path(self.everest_config.optimization_output_dir)
Path(self._everest_config.optimization_output_dir)
/ "dakota"
/ "OPT_DEFAULT.out",
)
Expand Down

0 comments on commit 0de889a

Please sign in to comment.