Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <[email protected]>
  • Loading branch information
adam2392 committed Sep 20, 2023
1 parent 527397d commit fe848a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sktree/stats/tests/test_forestht.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def test_correlated_logit_model(hypotester, model_kwargs, n_samples, n_repeats,
assert pvalue > 0.05, f"pvalue: {pvalue}"


@flaky(max_runs=3)
@flaky(max_runs=2)
@pytest.mark.parametrize("criterion", ["gini", "entropy"])
@pytest.mark.parametrize("honest_prior", ["empirical", "uniform"])
@pytest.mark.parametrize(
Expand Down

0 comments on commit fe848a4

Please sign in to comment.