flownet
flownet copied to clipboard
Enables running ERT in ensemble_experiment mode
Enables flownet ahm to run ERT in ensemble_experiment mode to facilitate evaluation of prior ensemble only
Contributor checklist
- [x] :tada: This PR closes #447.
- [x] :scroll: I have broken down my PR into the following tasks:
- [x] Change
config_parserto allow forert.ensemble_weightsto become optional entry in the configuration file - [x] Change
run_ahmto run ERT inensemble_experimentmode if no weights are provided
- [x] Change
- [ ] :robot: I have added tests, or extended existing tests, to cover any new features or bugs fixed in this PR.
- [x] :book: I have considered adding a new entry in
CHANGELOG.md. - [x] :books: I have considered updating the documentation.