Skip to content

Commit 47e39a0

Browse files
committed
Revert "Fix step values for susceptibility slider (#76)"
This reverts commit 9cc1a2b.
1 parent 9cc1a2b commit 47e39a0

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

geoscilabs/mag/Simulator.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -769,13 +769,7 @@ def profiledata(Binc, Bdec, Bigrf, depth, susc, comp, irt, Q, rinc, rdec, update
769769
value=53500
770770
),
771771
depth=widgets.FloatSlider(min=0.0, max=5.0, step=0.05, value=0.5),
772-
susc=widgets.FloatSlider(
773-
min=0.0,
774-
max=1.0,
775-
step=0.001,
776-
value=0.0,
777-
readout_format=".2e",
778-
),
772+
susc=widgets.FloatSlider(min=0.0, max=800.0, step=5.0, value=1.0),
779773
comp=widgets.ToggleButtons(options=["tf", "bx", "by", "bz"]),
780774
irt=widgets.ToggleButtons(options=["induced", "remanent", "total"]),
781775
Q=widgets.FloatSlider(min=0.0, max=10.0, step=0.1, value=0.0),

0 commit comments

Comments
 (0)