ert
ert copied to clipboard
Write parameter sampling and storage in python
This function: https://github.com/equinor/ert/blob/b916432a99686340ba62c7121f32868a02299ad7/libres/lib/enkf/enkf_state.cpp#L100 is responsible for sampling the prior and storing it. We would like to move this logic into python, split up sampling and saving of parameters.
Blocked by: #3830