Skip to content

Commit

Permalink
Merge branch 'develop' into diffrax_update
Browse files Browse the repository at this point in the history
  • Loading branch information
FFroehlich authored Dec 18, 2024
2 parents aba0d3d + 4522522 commit d29dc5c
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 d29dc5c

Please sign in to comment.