Skip to content

Commit 5729b22

Browse files
committed
add unit test for statefbk w/ iosystem and integrator
1 parent 21d0043 commit 5729b22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

control/tests/statefbk_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,7 @@ def test_lqr_discrete(self):
507507
(4, 0, 2, 2, 'nonlinear'),
508508
(4, 3, 2, 2, 'nonlinear'),
509509
(2, 0, 1, 0, 'iosystem'),
510+
(2, 0, 1, 1, 'iosystem'),
510511
])
511512
def test_statefbk_iosys(
512513
self, nstates, ninputs, noutputs, nintegrators, type_):

0 commit comments

Comments
 (0)