Skip to content

Commit

Permalink
FIX: Reduce stepsize on data_completeness to 1%
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaS92 committed Aug 28, 2024
1 parent ad20930 commit 259cd9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alphastats/gui/pages/03_Preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def preprocessing():
value=0.0,
min_value=0.0,
max_value=1.0,
step=0.1,
step=0.01,
)

log2_transform = st.selectbox(
Expand Down

0 comments on commit 259cd9f

Please sign in to comment.