Skip to content

Commit

Permalink
Update test_jax.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FFroehlich committed Dec 18, 2024
1 parent e40de89 commit 353d6bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/tests/test_jax.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ def check_fields_jax(
"solver": diffrax.Kvaerno5(),
"controller": diffrax.PIDController(atol=ATOL_SIM, rtol=RTOL_SIM),
"adjoint": diffrax.RecursiveCheckpointAdjoint(),
"steady_state_event": diffrax.steady_state_event(),
"max_steps": 2**8, # max_steps
}
fun = beartype(jax_model.simulate_condition)
Expand Down

0 comments on commit 353d6bb

Please sign in to comment.