Skip to content

Commit

Permalink
Fixup type storage_widget
Browse files Browse the repository at this point in the history
  • Loading branch information
Yngve S. Kristiansen committed Sep 27, 2024
1 parent d4c154b commit a0b9eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ert/gui/tools/manage_experiments/storage_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def _addItem(self) -> None:
ensemble = self._notifier.storage.create_experiment(
parameters=self._ert_config.ensemble_config.parameter_configuration,
responses=self._ert_config.ensemble_config.response_configuration,
observations=self._ert_config.observations,
observations=self._ert_config.enkf_obs.datasets,
name=create_experiment_dialog.experiment_name,
).create_ensemble(
name=create_experiment_dialog.ensemble_name,
Expand Down

0 comments on commit a0b9eff

Please sign in to comment.