Skip to content

Commit

Permalink
don't throw on equilibration failure (#2605)
Browse files Browse the repository at this point in the history
  • Loading branch information
FFroehlich authored Nov 28, 2024
1 parent 4ed131b commit e9ad261
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/sdist/amici/jax/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ def _eq(
max_steps=max_steps,
adjoint=diffrax.DirectAdjoint(),
event=diffrax.Event(cond_fn=diffrax.steady_state_event()),
throw=False,
)
return sol.ys[-1, :], sol.stats

Expand Down

0 comments on commit e9ad261

Please sign in to comment.