Skip to content

Commit

Permalink
- change testModred; that one did state removal on a system
Browse files Browse the repository at this point in the history
  of which the selection of states was automatic
  • Loading branch information
repagh committed Jul 1, 2018
1 parent 7e594c4 commit 732c924
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions control/tests/matlab_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,9 +396,9 @@ def testBalred(self):
@unittest.skipIf(not slycot_check(), "slycot not installed")
def testModred(self):
modred(self.siso_ss1, [1])
modred(self.siso_ss2 * self.siso_ss3, [0, 1])
modred(self.siso_ss3, [1], 'matchdc')
modred(self.siso_ss3, [1], 'truncate')
modred(self.siso_ss2 * self.siso_ss1, [0, 1])
modred(self.siso_ss1, [1], 'matchdc')
modred(self.siso_ss1, [1], 'truncate')

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

0 comments on commit 732c924

Please sign in to comment.