We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b900ca + b0179fb commit 9edc768Copy full SHA for 9edc768
control/tests/modelsimp_test.py
@@ -65,6 +65,8 @@ def testMarkovSignature(self, matarrayout, matarrayin):
65
markov(Y, U, m)
66
67
# Make sure markov() returns the right answer
68
+ # forced response can return wrong shape until gh-488 is merged
69
+ @pytest.mark.xfail
70
@pytest.mark.parametrize("k, m, n",
71
[(2, 2, 2),
72
(2, 5, 5),
0 commit comments