Skip to content

Commit

Permalink
fix(test): more robust test (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxiangzhuang authored Oct 29, 2024
1 parent 06f99c3 commit dd987d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ensemble/test_iforest.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def test_itree_build(
@pytest.mark.parametrize(
"n_itree, max_samples",
[
(5, 3),
(5, 4),
(8, 4),
(10, 6),
],
Expand All @@ -118,7 +118,7 @@ def test_anomaly_predict(
"n_itree, max_samples",
[
(5, 4),
(10, 3),
(10, 4),
],
)
def test_anomaly_score_property(
Expand Down

0 comments on commit dd987d1

Please sign in to comment.