fix(eval): typo in SWE_Bench evaluation (#7930)

This commit is contained in:
Xingyao Wang 2025-04-18 12:31:08 -04:00 committed by GitHub
parent b669715416
commit 7c23993344
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -837,4 +837,4 @@ MAP_REPO_TO_TEST_FRAMEWORK_VERBOSE = {
k: 'bin/test -C --verbose' for k in MAP_VERSION_TO_INSTALL_SYMPY.keys()
},
}
MAP_REPO_TO_TEST_FRAMEWORK['django/django']['1.9'] = './tests/runtests.py --verbosity 2'
MAP_REPO_TO_TEST_FRAMEWORK_VERBOSE['django/django']['1.9'] = './tests/runtests.py --verbosity 2'