model
in EverestConfig marked as optional, but is required
#9368
Labels
model
in EverestConfig marked as optional, but is required
#9368
What happened? (You can include a screenshot if it helps explain)
Tried running Everest without
model
in the config, which is marked as optional, it passed the original validation, but failed with:Realizations in model config should be a
conlist
(pydantic type) with min_length=1 and not defaulted.ModelConfig
should not have a default value either.What did you expect to happen?
Expected the config validation to tell me which keyword was missing, in this case:
Missing required
model
->realizations
steps to reproduce
Environment where bug has been observed
The text was updated successfully, but these errors were encountered: