Skip to content

Commit 11d89b3

Browse files
committed
Update comment for MATLAB reference
1 parent 1e3109f commit 11d89b3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

control/tests/timeresp_test.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -304,14 +304,14 @@ def mimo_ss_step_matlab(self):
304304
'SettlingMin': -0.4350, # (*)
305305
'SettlingMax': -0.1485,
306306
'Overshoot': 132.0170,
307-
'Undershoot': 0,
307+
'Undershoot': 0.,
308308
'Peak': 0.4350,
309309
'PeakTime': .2,
310310
'SteadyStateValue': -0.1875}]]
311-
# (*): MATLAB gives 0.4 here, but it is unclear what
312-
# 10% and 90% of the steady state response mean, when
313-
# the step for this channel does not start a 0 for
314-
# 0 initial conditions
311+
# (*): MATLAB gives 0.4 for RiseTime and -0.1034 for
312+
# SettlingMin, but it is unclear what 10% and 90% of
313+
# the steady state response mean, when the step for
314+
# this channel does not start a 0.
315315
return T
316316

317317
@pytest.fixture

0 commit comments

Comments
 (0)