From e01036036345c315da0d926f8ab2f5dc6e453fc5 Mon Sep 17 00:00:00 2001 From: briandesilva Date: Mon, 4 May 2020 16:18:41 -0700 Subject: [PATCH] Remove extraneous print statement --- pysindy/pysindy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pysindy/pysindy.py b/pysindy/pysindy.py index d6bad5555..686a4a3f0 100644 --- a/pysindy/pysindy.py +++ b/pysindy/pysindy.py @@ -685,7 +685,6 @@ def rhs(x, t): if ndim(u(1)) == 1: def rhs(x, t): - print(t) return self.predict(x[newaxis, :], u(t).reshape(1, -1))[0] else: