We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d9ea51 commit ca5e3eaCopy full SHA for ca5e3ea
1 file changed
control/tests/interconnect_test.py
@@ -61,6 +61,9 @@ def test_interconnect_implicit(dim):
61
"""Test the use of implicit connections in interconnect()"""
62
import random
63
64
+ if dim != 1 and not ct.slycot_check():
65
+ pytest.xfail("slycot not installed")
66
+
67
# System definition
68
P = ct.ss2io(ct.rss(2, dim, dim, strictly_proper=True), name='P')
69
0 commit comments