Skip to content

Commit

Permalink
Remove setting show_default in Evaluate ensemble
Browse files Browse the repository at this point in the history
  • Loading branch information
larsevj committed Sep 12, 2024
1 parent f553e2e commit 77445d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ert/gui/simulation/evaluate_ensemble_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __init__(self, ensemble_size: int, run_path: str, notifier: ErtNotifier):
layout.addRow(QLabel("Number of realizations:"), number_of_realizations_label)

self._active_realizations_field = StringBox(
ActiveRealizationsModel(ensemble_size, show_default=False), # type: ignore
ActiveRealizationsModel(ensemble_size), # type: ignore
"config/simulation/active_realizations",
)
self._active_realizations_field.setValidator(
Expand Down

0 comments on commit 77445d8

Please sign in to comment.