We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3125034 commit ecb05e0Copy full SHA for ecb05e0
tests/data_loader/test_data_loader_stable_row_id.py
@@ -19,4 +19,4 @@ def test_data_loader_stable_row_id_with_same_content(rows: List[EvaluationRow])
19
row_ids.add(row.input_metadata.row_id)
20
row.evaluation_result = EvaluateResult(score=0.0, reason="Dummy evaluation result")
21
assert len(row_ids) == 2
22
- return rows
+ return rows
0 commit comments