Skip to content

Commit 0b19932

Browse files
committed
Fix formatting in test_ifeval.py by removing unnecessary blank lines in the docstring of the test_ifeval_benchmark function.
1 parent 6d27f8b commit 0b19932

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eval_protocol/benchmarks/ifeval/test_ifeval.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def preprocess_row(self, row: EvaluationRow) -> EvaluationRow:
7777
def test_ifeval_benchmark(row: EvaluationRow) -> EvaluationRow:
7878
"""
7979
Evaluate instruction-following constraints.
80-
80+
8181
Returns partial credit score (0.0 to 1.0) representing the fraction
8282
of constraints satisfied in the response.
8383
"""

0 commit comments

Comments
 (0)