Skip to content

Commit

Permalink
fix flakey test
Browse files Browse the repository at this point in the history
  • Loading branch information
kashif committed Sep 13, 2024
1 parent 8a18417 commit 2c3ac40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/mx/distribution/test_mx_distribution_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,7 @@ def test_dirichlet(hybridize: bool) -> None:
), f"Covariance did not match: cov = {cov}, cov_hat = {cov_hat}"


@pytest.mark.flaky(retries=3)
@pytest.mark.parametrize("hybridize", [True, False])
def test_dirichlet_multinomial(hybridize: bool) -> None:
num_samples = 2000
Expand Down

0 comments on commit 2c3ac40

Please sign in to comment.