Skip to content

Commit

Permalink
reduce tolerance in detect slow add missing __init__ file in agg tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrenodet committed Sep 19, 2024
1 parent ebb384b commit 4e072a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file.
2 changes: 1 addition & 1 deletion mislabeled/tests/test_detect_slow.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def simple_detect_roc_test(n_classes, detector):
correct = np.ones(X.shape[0])
correct[indices_mislabeled] = 0

assert roc_auc_score(correct, trust_scores) > 0.75
assert roc_auc_score(correct, trust_scores) > 0.72


seed = 42
Expand Down

0 comments on commit 4e072a6

Please sign in to comment.