Skip to content

Commit

Permalink
rm print
Browse files Browse the repository at this point in the history
  • Loading branch information
lockwo committed Aug 7, 2024
1 parent 1d24d09 commit 3aee2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diffrax/_integrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,7 @@ def _promote(yi):
tc, error = _term_compatible(
y0, args, terms, solver.term_structure, solver.term_compatible_contr_kwargs
)
print(terms, solver.term_structure)

if not tc:
raise error

Expand Down

0 comments on commit 3aee2f5

Please sign in to comment.