Skip to content

Commit

Permalink
max its to 100 for W
Browse files Browse the repository at this point in the history
  • Loading branch information
RemDelaporteMathurin committed Jan 6, 2025
1 parent 395526e commit 164afd9
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 @@ -277,7 +277,7 @@ def make_W_mb_model(
my_model.settings = F.Settings(
atol=1e10,
rtol=1e-10,
max_iterations=30,
max_iterations=100, # the first timestep needs about 66 iterations....
final_time=final_time,
)

Expand Down

0 comments on commit 164afd9

Please sign in to comment.