Skip to content

Commit

Permalink
Remove extraneous print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
briandesilva committed May 4, 2020
1 parent 695d957 commit e010360
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pysindy/pysindy.py
Expand Up @@ -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:
Expand Down

0 comments on commit e010360

Please sign in to comment.