Skip to content

Commit

Permalink
Merge branch 'main' into docs-touchup
Browse files Browse the repository at this point in the history
  • Loading branch information
Patol75 authored Sep 16, 2024
2 parents 2291f4b + 56940fa commit 5ae7af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pydrex/minerals.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ def perform_step(solver):
time_start,
y_start,
time_end,
atol=kwargs.pop("atol", np.abs(y_start * 1e-6) + 1e-12),
atol=kwargs.pop("atol", np.abs(y_start * 1e-6) + 1e-4),
rtol=kwargs.pop("rtol", 1e-6),
first_step=kwargs.pop("first_step", np.abs(time_end - time_start) * 1e-1),
# max_step=kwargs.pop("max_step", np.abs(time_end - time_start)),
Expand Down

0 comments on commit 5ae7af9

Please sign in to comment.