Skip to content

Commit

Permalink
fix for training phase
Browse files Browse the repository at this point in the history
  • Loading branch information
bimac committed Sep 21, 2023
1 parent f725371 commit dda486f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions iblrig/gui/wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,10 @@ def getExtraKwargs(self):
widget.setStatusTip(arg.help)

if label == 'Training Phase':
widget.setSpecialValueText('automatic')
widget.setMinimum(arg.default)
widget.setMaximum(5)
widget.setValue(arg.default)

layout.addRow(self.tr(label), widget)

Expand Down

0 comments on commit dda486f

Please sign in to comment.