From 3aee2f5a810399c86bbb016d57508874a7f19e26 Mon Sep 17 00:00:00 2001 From: Owen Lockwood <42878312+lockwo@users.noreply.github.com> Date: Tue, 6 Aug 2024 21:58:22 -0700 Subject: [PATCH] rm print --- diffrax/_integrate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diffrax/_integrate.py b/diffrax/_integrate.py index 78f5d1d8..4b1a16a0 100644 --- a/diffrax/_integrate.py +++ b/diffrax/_integrate.py @@ -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