Skip to content

Commit 70ecf75

Browse files
committed
Forgot to check that slycot is installed in testPlace_varga()
1 parent 45fdea9 commit 70ecf75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

control/tests/statefbk_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ def testPlace(self):
185185
P_repeated = np.array([-0.5, -0.5, -0.5, -8.6659])
186186
np.testing.assert_raises(ValueError, place, A, B, P_repeated)
187187

188+
@unittest.skipIf(not slycot_check(), "slycot not installed")
188189
def testPlace_varga(self):
189190
A = np.array([[1., -2.], [3., -4.]])
190191
B = np.array([[5.], [7.]])

0 commit comments

Comments
 (0)