To ensure that you choose the correct ensemble in AhmAnalysisJob it should eventually be required to pass in the experiment name in run:
class AhmAnalysisJob(SemeioScript):
"""Define ERT workflow to evaluate change of parameters for eac
observation during history matching
"""
def run(
self,
target_name="analysis_case",
prior_name=None,
group_by="data_key",
output_dir=None,
):
To ensure that you choose the correct ensemble in AhmAnalysisJob it should eventually be required to pass in the experiment name in run: