Skip to content

Commit 15f96db

Browse files
committed
fix non slycot convert_test
1 parent e66ef93 commit 15f96db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

control/tests/convert_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ def testConvertMIMO(self):
175175
tf2ss(tsys)
176176
else:
177177
ssys = tf2ss(tsys)
178-
assert ssys.B.shape[1] == 3
179-
assert ssys.C.shape[0] == 1
178+
assert ssys.B.shape[1] == 3
179+
assert ssys.C.shape[0] == 1
180180

181181
def testTf2ssStaticSiso(self):
182182
"""Regression: tf2ss for SISO static gain"""

0 commit comments

Comments
 (0)