Skip to content

Commit 7060eab

Browse files
committed
remove xfail for markov test
1 parent 900e948 commit 7060eab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

control/tests/modelsimp_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ 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
7068
@pytest.mark.parametrize("k, m, n",
7169
[(2, 2, 2),
7270
(2, 5, 5),

0 commit comments

Comments
 (0)