Skip to content

Commit ca5e3ea

Browse files
committed
xfail for MIMO w/out slycot
1 parent 4d9ea51 commit ca5e3ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

control/tests/interconnect_test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ def test_interconnect_implicit(dim):
6161
"""Test the use of implicit connections in interconnect()"""
6262
import random
6363

64+
if dim != 1 and not ct.slycot_check():
65+
pytest.xfail("slycot not installed")
66+
6467
# System definition
6568
P = ct.ss2io(ct.rss(2, dim, dim, strictly_proper=True), name='P')
6669

0 commit comments

Comments
 (0)