Skip to content

Commit

Permalink
Mark the one failure in quality_tests for now as expected.
Browse files Browse the repository at this point in the history
Github issue #50.
  • Loading branch information
riastradh-probcomp committed Sep 10, 2015
1 parent 0f5e557 commit 7841bab
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ def test_dirchlet_multinomial_model(self):
assert(check_one_feature_mixture(mcmext.p_MultinomialComponentModel,
show_plot=self.show_plot) > .1)

# Github issue #50
# https://github.com/mit-probabilistic-computing-project/crosscat/issues/50
@unittest.expectedFailure
def test_vonmises_vonmises_model(self):
assert(check_one_feature_mixture(cycmext.p_CyclicComponentModel,
show_plot=self.show_plot) > .1)
Expand Down

0 comments on commit 7841bab

Please sign in to comment.