Skip to content

Commit

Permalink
decrease B model rtol
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelyndunnell committed Dec 20, 2024
1 parent 04a2e2c commit 1d282b8
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 @@ -541,7 +541,7 @@ def make_B_mb_model(
############# Settings #############
my_model.settings = F.Settings(
atol=1e10,
rtol=1e-5,
rtol=1e-8,
max_iterations=1000,
final_time=final_time,
)
Expand Down

0 comments on commit 1d282b8

Please sign in to comment.