Skip to content

Commit e06197c

Browse files
authored
actually use the specified time vector
1 parent 6e94302 commit e06197c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control/tests/timeresp_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def siso_tf_asymptotic_from_neg1(self):
257257
'Peak': 1.0,
258258
'PeakTime': 0.0,
259259
'SteadyStateValue': 1.0}
260-
T.kwargs = {'T': np.arange(0, 5, 1e-3)}
260+
T.kwargs = {'step_info': {'T': np.arange(0, 5, 1e-3)}}
261261
return T
262262

263263
@pytest.fixture

0 commit comments

Comments
 (0)