Skip to content

Commit

Permalink
Update ExampleJaxPEtab.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
FFroehlich committed Dec 18, 2024
1 parent 353d6bb commit 5cfe866
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/examples/example_jax_petab/ExampleJaxPEtab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@
" iy_trafos=jnp.array(iy_trafos),\n",
" solver=diffrax.Kvaerno5(),\n",
" controller=diffrax.PIDController(atol=1e-8, rtol=1e-8),\n",
" steady_state_event=diffrax.steady_state_event(),\n",
" max_steps=2**10,\n",
" adjoint=diffrax.DirectAdjoint(),\n",
" ret=ReturnValue.y, # Return observables\n",
Expand Down

0 comments on commit 5cfe866

Please sign in to comment.