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 b957deeCopy full SHA for b957dee
control/tests/timeresp_test.py
@@ -308,10 +308,10 @@ def mimo_ss_step_matlab(self):
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