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 115223e commit 5aa1f77Copy full SHA for 5aa1f77
control/tests/statesp_test.py
@@ -42,7 +42,8 @@ def testPole(self):
42
43
np.testing.assert_array_almost_equal(p, true_p)
44
45
- def testZero(self):
+ @unittest.skipIf(not slycot_check(), "slycot not installed")
46
+ def testMIMOZero_nonsquare(self):
47
"""Evaluate the zeros of a MIMO system."""
48
49
z = np.sort(self.sys1.zero())
0 commit comments