Skip to content

Commit

Permalink
9x test_inflated_poisson_likelihood
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Feb 26, 2024
1 parent 1536ee5 commit 7493418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mx/distribution/test_mx_distribution_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -1243,7 +1243,7 @@ def test_genpareto_likelihood(xi: float, beta: float, hybridize: bool) -> None:


@pytest.mark.timeout(120)
@pytest.mark.flaky(retries=6)
@pytest.mark.flaky(retries=9)
@pytest.mark.parametrize("rate", [50.0])
@pytest.mark.parametrize("zero_probability", [0.8, 0.2, 0.01])
@pytest.mark.parametrize("hybridize", [False, True])
Expand Down

0 comments on commit 7493418

Please sign in to comment.