Skip to content

Commit bc195af

Browse files
author
Vladimir Gorshkov
committed
Fix non-integer AGC selector
1 parent 26aab21 commit bc195af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ def block_MS1_html():
145145
max=len(params.agc_list)-1,
146146
value=2,
147147
marks={i: '{:.0e}'.format(agc) for i, agc in enumerate(params.agc_list)},
148+
step=1
148149
)
149150
],
150151
style=small_panel_style),

0 commit comments

Comments
 (0)