Skip to content

Commit 335fb86

Browse files
Testing for step_info SteadyStateValue fixed
1 parent 77b224d commit 335fb86

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
@@ -143,7 +143,7 @@ def test_step_info(self):
143143
rtol=rtol)
144144
np.testing.assert_allclose(
145145
S.get('SteadyStateValue'),
146-
Strue.get('2.50'),
146+
2.50,
147147
rtol=rtol)
148148

149149
def test_impulse_response(self):

0 commit comments

Comments
 (0)