From b0179fb22229c121a08fb97e2a2994056eec1db2 Mon Sep 17 00:00:00 2001 From: Ben Greiner Date: Wed, 31 Mar 2021 22:06:48 +0200 Subject: [PATCH] xfail testmarkovResults until #588 is merged --- control/tests/modelsimp_test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/control/tests/modelsimp_test.py b/control/tests/modelsimp_test.py index df656e1fc..70607419e 100644 --- a/control/tests/modelsimp_test.py +++ b/control/tests/modelsimp_test.py @@ -65,6 +65,8 @@ def testMarkovSignature(self, matarrayout, matarrayin): markov(Y, U, m) # Make sure markov() returns the right answer + # forced response can return wrong shape until gh-488 is merged + @pytest.mark.xfail @pytest.mark.parametrize("k, m, n", [(2, 2, 2), (2, 5, 5),