Skip to content

Commit

Permalink
Revert "Fix step values for susceptibility slider (#76)"
Browse files Browse the repository at this point in the history
This reverts commit 9cc1a2b.
  • Loading branch information
santisoler committed Sep 26, 2024
1 parent 9cc1a2b commit 47e39a0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions geoscilabs/mag/Simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -769,13 +769,7 @@ def profiledata(Binc, Bdec, Bigrf, depth, susc, comp, irt, Q, rinc, rdec, update
value=53500
),
depth=widgets.FloatSlider(min=0.0, max=5.0, step=0.05, value=0.5),
susc=widgets.FloatSlider(
min=0.0,
max=1.0,
step=0.001,
value=0.0,
readout_format=".2e",
),
susc=widgets.FloatSlider(min=0.0, max=800.0, step=5.0, value=1.0),
comp=widgets.ToggleButtons(options=["tf", "bx", "by", "bz"]),
irt=widgets.ToggleButtons(options=["induced", "remanent", "total"]),
Q=widgets.FloatSlider(min=0.0, max=10.0, step=0.1, value=0.0),
Expand Down

0 comments on commit 47e39a0

Please sign in to comment.