You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
):
The text was updated successfully, but these errors were encountered:
To ensure that you choose the correct ensemble in AhmAnalysisJob it should eventually be required to pass in the experiment name in run:
The text was updated successfully, but these errors were encountered: