We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b89ed4f commit fcb2af0Copy full SHA for fcb2af0
control/tests/xferfcn_test.py
@@ -536,6 +536,7 @@ def testMIMO(self):
536
np.testing.assert_array_almost_equal(H.num[1][0], H2.num[1][0])
537
np.testing.assert_array_almost_equal(H.den[1][0], H2.den[1][0])
538
539
+ @unittest.skipIf(not slycot_check(), "slycot not installed")
540
def testIndexing(self):
541
tm = ss2tf(rss(5, 3, 3))
542
0 commit comments