Skip to content

Commit 41bbea1

Browse files
committed
clean
1 parent a4f599f commit 41bbea1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

eval_protocol/benchmarks/test_aime25.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@ def _normalize_to_int_or_none(s: Optional[str]) -> Optional[int]:
5959
return None
6060

6161

62-
def _get_aime_dataset_path() -> str:
63-
"""Get the AIME dataset file path."""
64-
return str(Path(__file__).parent / "data" / "aime.jsonl")
65-
66-
6762
def aime2025_dataset_adapter(rows: List[Dict[str, Any]]) -> List[EvaluationRow]:
6863
converted: List[EvaluationRow] = []
6964
for r in rows:

0 commit comments

Comments
 (0)