actually use the specified time vector · python-control/python-control@e06197c

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit e06197c

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

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)