Skip to content

Commit

Permalink
Add experiment name when creating exp
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeda committed Sep 5, 2024
1 parent fbc1e61 commit 7c9e7c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ert/simulator/batch_simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ def start(
experiment = storage.create_experiment(
parameters=self.ert_config.ensemble_config.parameter_configuration,
responses=self.ert_config.ensemble_config.response_configuration,
name=f"experiment_{case_name}",
)
ensemble = storage.create_ensemble(
experiment.id,
Expand Down

0 comments on commit 7c9e7c2

Please sign in to comment.