Skip to content

Commit 8c71d6e

Browse files
committed
add mark for slycot in unit test
1 parent 3215681 commit 8c71d6e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

control/tests/statefbk_test.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1275,7 +1275,10 @@ def test_create_statefbk_params(unicycle):
12751275

12761276

12771277
@pytest.mark.parametrize('ny, nu', [(1, 1), (2, 2), (2, 1)])
1278-
@pytest.mark.parametrize('method', [place, place_varga, place_acker])
1278+
@pytest.mark.parametrize(
1279+
'method', [
1280+
place, place_acker,
1281+
pytest.param(place_varga, marks=pytest.mark.slycot)])
12791282
def test_place_variants(ny, nu, method):
12801283
sys = ct.rss(states=2, inputs=nu, outputs=ny)
12811284
desired_poles = -np.arange(1, sys.nstates + 1, 1)

0 commit comments

Comments
 (0)