Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
sammccallum committed Nov 26, 2024
1 parent 0391bc1 commit 8a7448e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion diffrax/_adjoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,6 @@ def cond_fun(state):
grad_terms,
)

jax.debug.print("{}", t1_only)
state = eqxi.while_loop(cond_fun, grad_step, state, kind="lax")
_, _, _, grad_ys, grad_z0, grad_args, grad_terms = state
if t1_only:
Expand Down

0 comments on commit 8a7448e

Please sign in to comment.