Skip to content

Commit

Permalink
Update ExampleJaxPEtab.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
FFroehlich committed Feb 1, 2025
1 parent 5170322 commit 9707f59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/examples/example_jax_petab/ExampleJaxPEtab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,8 @@
" my=jnp.array(my),\n",
" iys=jnp.array(iys),\n",
" iy_trafos=jnp.array(iy_trafos),\n",
" ops=jnp.zeros((*my.shape[:2], 0)),\n",
" nps=jnp.zeros((*my.shape[:2], 0)),\n",
" solver=diffrax.Kvaerno5(),\n",
" controller=diffrax.PIDController(atol=1e-8, rtol=1e-8),\n",
" steady_state_event=diffrax.steady_state_event(),\n",
Expand Down

0 comments on commit 9707f59

Please sign in to comment.