Skip to content

Commit

Permalink
Wait with init
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindeide committed Oct 4, 2024
1 parent 739523d commit 05e6d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ert/config/ert_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ def from_dict(cls, config_dict) -> Self:
errors.append(err)

try:
ensemble_config = EnsembleConfig.from_dict(config_dict=config_dict)
if obs_config_content:
summary_obs = {
obs[1].key
Expand All @@ -319,6 +318,7 @@ def from_dict(cls, config_dict) -> Self:
config_dict[ConfigKeys.SUMMARY] = [summary_keys] + [
[key] for key in summary_obs if key not in summary_keys
]
ensemble_config = EnsembleConfig.from_dict(config_dict=config_dict)
if model_config:
observations = cls._create_observations(
obs_config_content,
Expand Down

0 comments on commit 05e6d71

Please sign in to comment.