diff --git a/tests/ensemble/test_iforest.py b/tests/ensemble/test_iforest.py index bf5d9a7..95e8a92 100644 --- a/tests/ensemble/test_iforest.py +++ b/tests/ensemble/test_iforest.py @@ -96,7 +96,7 @@ def test_itree_build( @pytest.mark.parametrize( "n_itree, max_samples", [ - (5, 3), + (5, 4), (8, 4), (10, 6), ], @@ -118,7 +118,7 @@ def test_anomaly_predict( "n_itree, max_samples", [ (5, 4), - (10, 3), + (10, 4), ], ) def test_anomaly_score_property(