Skip to content

Commit

Permalink
xfail testmarkovResults until python-control#588 is merged
Browse files Browse the repository at this point in the history
  • Loading branch information
bnavigator committed Mar 31, 2021
1 parent 8b900ca commit b0179fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions control/tests/modelsimp_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit b0179fb

Please sign in to comment.