Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dcfidalgo committed Apr 25, 2022
1 parent 7841e46 commit b65acbb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/labeling/text_classification/test_label_errors.py
Expand Up @@ -157,7 +157,9 @@ def mock_find_label_issues(s, psx, n_jobs, **kwargs):
assert kwargs == {
"mock": "mock",
"multi_label": is_multi_label,
"return_indices_ranked_by": "normalized_margin",
"return_indices_ranked_by": "normalized_margin"
if not is_multi_label
else "self_confidence",
}
return []

Expand Down

0 comments on commit b65acbb

Please sign in to comment.