Skip to content

Commit

Permalink
Merge branch 'inline_casename_variable_everest' of https://github.com…
Browse files Browse the repository at this point in the history
…/StephanDeHoop/ert_fork into inline_casename_variable_everest
  • Loading branch information
StephanDeHoop committed Dec 19, 2024
2 parents a9e8c72 + 05b9e28 commit 7c41166
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/everest/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ def get_internalized_keys(
assert len(experiments) == 1
experiment = experiments[0]

ensemble = experiment.get_ensemble_by_name(f"batch_{batch_id}")
ensemble = experiment.get_ensemble_by_name(f"batch_{batch_id}")
if not internal_keys:
internal_keys = set(
Expand Down

0 comments on commit 7c41166

Please sign in to comment.