Julius Parulek
Julius Parulek
The main of this is to specify an excel sheet (.xlsl) file containing the sensitivity analysis parameters. The argument list for `DESIGN_MATRIX` should include - the path (to the excel...
Design matrix config now contains all ingredients (param_configs, data, active realizations) and we should propagate this info to EnsembleExperiment and use it. Blocked by https://github.com/equinor/ert/issues/9079
**Issue** Resolves https://github.com/equinor/ert/issues/8961 **Approach** This adds init_source to GenKwConfig, which if set to "design_matrix" the pd.DataFrame is expected as an argument to sample_prior. The function merge_with_existing_parameters in DesignMatrix is responsible...
The test code can be adapted from semeio. We should include comparison that running DESIGN2PARAMS and DEISGN_MATRIX will produce the same results.
The validation should include checking whether the design sheet part handles `NUM_REALIZATIONS` correctly, which means whether the all the design values combined with default sheet will handle the total number...
**Issue** After initiating terminate experiment a window can become unresponsive and thus user might ctrl+c / kill the main ert. `nohup` makes sure that the bkill will be executed. **Approach**...
Currently users do not need to specify parameter group for design parameters, but ert requires it nonetheless. This should prevent validation errors when having the same parameter in two distinct...
**Issue** Resolves https://github.com/equinor/ert/issues/12427 **Approach** Make sure that the formatting stays raw for integers and floats. (Screenshot of new behavior in GUI if applicable) - [ ] PR title captures the...
**Issue** Resolves #12418 Make use that all parameters are pydantic basemodel now. (Screenshot of new behavior in GUI if applicable) - [ ] PR title captures the intent of the...
**Is your feature request related to a problem? Please describe.** When running fmu-drogon (drogon_design.ert), it takes ca. 5-10 minutes to create runpath and in this period there is no activity...