Skip to content

Commit 9edc768

Browse files
authored
Merge pull request #601 from bnavigator/master
xfail testmarkovResults until #588 is merged
2 parents 8b900ca + b0179fb commit 9edc768

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

control/tests/modelsimp_test.py

+2
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

Comments
 (0)