From 660d1d1e64c5e28e96bf9b8172cd87d1d809fd07 Mon Sep 17 00:00:00 2001 From: Engel Nyst Date: Sun, 2 Mar 2025 05:37:15 +0100 Subject: [PATCH] Fix argument in swe-bench grading scripts (#7046) --- evaluation/benchmarks/swe_bench/eval_infer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evaluation/benchmarks/swe_bench/eval_infer.py b/evaluation/benchmarks/swe_bench/eval_infer.py index 7ba191cd48..bdb09976ef 100644 --- a/evaluation/benchmarks/swe_bench/eval_infer.py +++ b/evaluation/benchmarks/swe_bench/eval_infer.py @@ -288,7 +288,7 @@ def process_instance( 'model_patch': model_patch, 'instance_id': instance_id, }, - log_path=test_output_path, + test_log_path=test_output_path, include_tests_status=True, ) report = _report[instance_id]