Skip to content

Commit 287ce1a

Browse files
committed
Restore original continuous test target value to fix accidental edit
1 parent 8821978 commit 287ce1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

control/tests/timeresp_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ def test_step_robustness(self):
820820

821821
@pytest.mark.parametrize(
822822
"tfsys, tfinal",
823-
[(TransferFunction(1, [1, .5]), 25), # pole at 0.5
823+
[(TransferFunction(1, [1, .5]), 13.81551), # pole at 0.5
824824
(TransferFunction(1, [1, .5]).sample(.1), 25), # discrete pole at 0.5
825825
(TransferFunction(1, [1, .5, 0]), 25)]) # poles at 0.5 and 0
826826
def test_auto_generated_time_vector_tfinal(self, tfsys, tfinal):

0 commit comments

Comments
 (0)