Skip to content

Commit d3928e5

Browse files
authored
Merge pull request #543 from sawyerbfuller/freqplotting
eliminate warnings in freqresp_test.py
2 parents eb62d80 + 684d561 commit d3928e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control/tests/freqresp_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def dsystem_dt(request):
220220
dt = request.param
221221
systems = {'sssiso': StateSpace(sys.A, sys.B, sys.C, sys.D, dt),
222222
'ssmimo': StateSpace(A, B, C, D, dt),
223-
'tf': TransferFunction([1, 1], [1, 2, 1], dt)}
223+
'tf': TransferFunction([2, 1], [2, 1, 1], dt)}
224224
return systems
225225

226226

0 commit comments

Comments
 (0)