8000 - change testModred; that one did state removal on a system · python-control/python-control@732c924 · GitHub
[go: up one dir, main page]

Skip to content

Commit 732c924

Browse files
committed
- change testModred; that one did state removal on a system
of which the selection of states was automatic
1 parent 7e594c4 commit 732c924

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

control/tests/matlab_test.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -396,9 +396,9 @@ def testBalred(self):
396396
@unittest.skipIf(not slycot_check(), "slycot not installed")
397397
def testModred(self):
398398
modred(self.siso_ss1, [1])
399-
modred(self.siso_ss2 * self.siso_ss3, [0, 1])
400-
modred(self.siso_ss3, [1], 'matchdc')
401-
modred(self.siso_ss3, [1], 'truncate')
399+
modred(self.siso_ss2 * self.siso_ss1, [0, 1])
400+
modred(self.siso_ss1, [1], 'matchdc')
401+
modred(self.siso_ss1, [1], 'truncate')
402402

403403
@unittest.skipIf(not slycot_check(), "slycot not installed")
404404
def testPlace_varga(self):

0 commit comments

Comments
 (0)
0