Skip to content

Commit 7e108c1

Browse files
authored
Merge pull request #254 from murrayrm/fix_test_noslycot
skip TF indexing test if no slycot
2 parents 4eb485f + fcb2af0 commit 7e108c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

control/tests/xferfcn_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,7 @@ def testMIMO(self):
536536
np.testing.assert_array_almost_equal(H.num[1][0], H2.num[1][0])
537537
np.testing.assert_array_almost_equal(H.den[1][0], H2.den[1][0])
538538

539+
@unittest.skipIf(not slycot_check(), "slycot not installed")
539540
def testIndexing(self):
540541
tm = ss2tf(rss(5, 3, 3))
541542

0 commit comments

Comments
 (0)