Skip to content

Commit

Permalink
Merge branch 'diffrax_update' of https://github.com/AMICI-dev/AMICI i…
Browse files Browse the repository at this point in the history
…nto diffrax_update
  • Loading branch information
FFroehlich committed Dec 18, 2024
2 parents 7087f5f + d29dc5c commit 990d385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/sdist/amici/jax/petab.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ def run_simulation(
simulation_condition[0], p
)
return self.model.simulate_condition(
p=eqx.debug.backward_nan(p),
p=p,
ts_dyn=jax.lax.stop_gradient(jnp.array(ts_dyn)),
ts_posteq=jax.lax.stop_gradient(jnp.array(ts_posteq)),
my=jax.lax.stop_gradient(jnp.array(my)),
Expand Down

0 comments on commit 990d385

Please sign in to comment.