We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3109f commit 11d89b3Copy full SHA for 11d89b3
1 file changed
control/tests/timeresp_test.py
@@ -304,14 +304,14 @@ def mimo_ss_step_matlab(self):
304
'SettlingMin': -0.4350, # (*)
305
'SettlingMax': -0.1485,
306
'Overshoot': 132.0170,
307
- 'Undershoot': 0,
+ 'Undershoot': 0.,
308
'Peak': 0.4350,
309
'PeakTime': .2,
310
'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
+ # (*): MATLAB gives 0.4 for RiseTime and -0.1034 for
+ # SettlingMin, but it is unclear what 10% and 90% of
+ # the steady state response mean, when the step for
+ # this channel does not start a 0.
315
return T
316
317
@pytest.fixture
0 commit comments