File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -218,6 +218,7 @@ def testPlace_varga_continuous(self):
218218 P_placed .sort ()
219219 np .testing .assert_array_almost_equal (P , P_placed )
220220
221+ @unittest .skipIf (not slycot_check (), "slycot not installed" )
221222 def testPlace_varga_continuous_partial_eigs (self ):
222223 """
223224 Check that we are able to use the alpha parameter to only place
@@ -239,6 +240,7 @@ def testPlace_varga_continuous_partial_eigs(self):
239240 P_placed .sort ()
240241 np .testing .assert_array_almost_equal (P_expected , P_placed )
241242
243+ @unittest .skipIf (not slycot_check (), "slycot not installed" )
242244 def testPlace_varga_discrete (self ):
243245 """
244246 Check that we can place poles using DICO='D' (discrete time)
@@ -254,6 +256,7 @@ def testPlace_varga_discrete(self):
254256 P_placed .sort ()
255257 np .testing .assert_array_almost_equal (P , P_placed )
256258
259+ @unittest .skipIf (not slycot_check (), "slycot not installed" )
257260 def testPlace_varga_discrete_partial_eigs (self ):
258261 """"
259262 Check that we can only assign a single eigenvalue in the discrete
You can’t perform that action at this time.
0 commit comments