We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f7fce5 commit de52193Copy full SHA for de52193
control/tests/xferfcn_test.py
@@ -715,11 +715,14 @@ def test_printing(self):
715
self.assertTrue(isinstance(str(sys), str))
716
self.assertTrue(isinstance(sys._repr_latex_(), str))
717
718
+ @unittest.skipIf(not slycot_check(), "slycot not installed")
719
+ def test_printing_mimo(self):
720
# MIMO, continuous time
721
sys = ss2tf(rss(4, 2, 3))
722
723
724
725
726
def test_size_mismatch(self):
727
sys1 = ss2tf(rss(2, 2, 2))
728
0 commit comments