Skip to content

Commit

Permalink
Add model default for testing purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanDeHoop committed Dec 17, 2024
1 parent 9e0cd23 commit 4da9a08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/everest/config/everest_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,7 @@ def with_defaults(cls, **kwargs):
"controls": [],
"objective_functions": [],
"config_path": ".",
"model": {"realizations": [0]},
}

return EverestConfig.model_validate({**defaults, **kwargs})
Expand Down

0 comments on commit 4da9a08

Please sign in to comment.