Skip to content

Commit f474179

Browse files
committed
code cleanup in response to review
1 parent 3120e01 commit f474179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control/timeresp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ def forced_response(sys, T=None, U=0., X0=0., transpose=False,
336336

337337
else:
338338
# Discrete type system => use SciPy signal processing toolbox
339-
if (sys.dt is not True):
339+
if sys.dt is not True:
340340
# Make sure that the time increment is a multiple of sampling time
341341

342342
# First make sure that time increment is bigger than sampling time

0 commit comments

Comments
 (0)