Skip to content

Commit 79d2cea

Browse files
authored
Merge pull request #241 from stertingen/patch-1
Remove print statement from impulse_response
2 parents 084e733 + cc192e0 commit 79d2cea

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

control/timeresp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,6 @@ def impulse_response(sys, T=None, X0=0., input=0, output=None,
592592
else:
593593
new_X0 = X0
594594
U[0] = 1.
595-
print("discrete", U)
596595

597596
T, yout, _xout = forced_response(
598597
sys, T, U, new_X0,

0 commit comments

Comments
 (0)