forked from equinor/ert
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add validation of config options for all drivers
This still supports unsetting the options when providing an empty string. Additionally, it raises ValueError when we are not able to set the option when starting simulation. If different queue system is ajusted, than currently in use, we validate and issue only warning instead. We expose queue_bool_options, queue_memory_options, queue_positive_int_options, queue_positive_number_options, queue_string_options and queue_memory_options from ert.config. NB: when DEBUG_OUTPUT is deprecated it needs to be removed from queue_options.
- Loading branch information
Showing
7 changed files
with
249 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.