Skip to content

Commit

Permalink
remove xfail for markov test
Browse files Browse the repository at this point in the history
  • Loading branch information
bnavigator committed Mar 31, 2021
1 parent 900e948 commit 7060eab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions control/tests/modelsimp_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ 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 7060eab

Please sign in to comment.