Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 13, 2024
1 parent cc97f16 commit 6f50ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittests/text/test_bertscore.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def test_bertscore_differentiability(
@skip_on_connection_issues()
@pytest.mark.skipif(not _TRANSFORMERS_GREATER_EQUAL_4_4, reason="test requires transformers>4.4")
@pytest.mark.parametrize(
["idf"],
"idf",
[(False,), (True,)],
)
def test_bertscore_sorting(idf: bool):
Expand Down

0 comments on commit 6f50ffb

Please sign in to comment.