xfail testmarkovResults until #588 is merged · python-control/python-control@b0179fb

Skip to content

Navigation Menu

Sign in

Appearance settings

Commit b0179fb

xfail testmarkovResults until #588 is merged

File tree

1 file changed

lines changed

1 file changed

lines changed

Lines changed: 2 additions & 0 deletions

Original file line numberDiff line numberDiff line change

@@ -65,6 +65,8 @@ def testMarkovSignature(self, matarrayout, matarrayin):

6565

markov(Y, U, m)

6666
6767

# Make sure markov() returns the right answer

68+

# forced response can return wrong shape until gh-488 is merged

69+

@pytest.mark.xfail

6870

@pytest.mark.parametrize("k, m, n",

6971

[(2, 2, 2),

7072

(2, 5, 5),

0 commit comments