From cab133fb4e17a79e0141b5788f28edc3920cff06 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Fri, 13 Feb 2026 00:06:38 +0000 Subject: [PATCH] Remove max_dataset_rows from test_aime25.py Co-authored-by: Derek Xu --- eval_protocol/benchmarks/test_aime25.py | 1 - 1 file changed, 1 deletion(-) diff --git a/eval_protocol/benchmarks/test_aime25.py b/eval_protocol/benchmarks/test_aime25.py index 6eb785a7..5e1d14e0 100644 --- a/eval_protocol/benchmarks/test_aime25.py +++ b/eval_protocol/benchmarks/test_aime25.py @@ -91,7 +91,6 @@ def aime2025_dataset_adapter(rows: List[Dict[str, Any]]) -> List[EvaluationRow]: aggregation_method="mean", passed_threshold=0.8, num_runs=8, - max_dataset_rows=2, max_concurrent_rollouts=4, mode="pointwise", )