Fix argument in swe-bench grading scripts (#7046)

This commit is contained in:
Engel Nyst 2025-03-02 05:37:15 +01:00 committed by GitHub
parent 78cc27a18f
commit 660d1d1e64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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]