Skip to content

Commit

Permalink
reduced initial stepsize to 1E-4 for Boron bins
Browse files Browse the repository at this point in the history
  • Loading branch information
RemDelaporteMathurin committed Dec 23, 2024
1 parent c3f4591 commit 3a2363a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hisp/festim_models/mb_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ def make_B_mb_model(
final_time=final_time,
)

my_model.settings.stepsize = F.Stepsize(initial_value=1)
my_model.settings.stepsize = F.Stepsize(initial_value=1e-4)

return my_model, quantities

Expand Down

0 comments on commit 3a2363a

Please sign in to comment.