Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FFroehlich committed Nov 19, 2024
1 parent a585414 commit c242b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/test_jax.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def check_fields_jax(
)
fun = beartype(jax_model.simulate_condition)

for output in ["nllh", "x0", "x", "y", "res"]:
for output in ["llh", "x0", "x", "y", "res"]:
oargs = (*args[:-2], diffrax.DirectAdjoint(), 2**8, output)
if sensi_order == amici.SensitivityOrder.none:
r_jax[output] = fun(p, *oargs)[0]
Expand Down

0 comments on commit c242b15

Please sign in to comment.