Skip to content

Commit

Permalink
Remove setting show_default to False in Manual update
Browse files Browse the repository at this point in the history
  • Loading branch information
larsevj committed Sep 11, 2024
1 parent 70f96e4 commit ca1eaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ert/gui/simulation/manual_update_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def __init__(
layout.addRow("Analysis module:", self._analysis_module_edit)

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 ca1eaff

Please sign in to comment.