Open
Description
from swebench.harness.test_spec import (
TestSpec,
make_env_script_list,
make_repo_script_list,
)
from swebench.harness.utils import get_test_directives
This import has changed.
return TestSpec(
instance_id=instance_id,
repo=repo,
env_script_list=env_script_list,
repo_script_list=repo_script_list,
eval_script_list=eval_script_list,
version=version,
arch=arch,
FAIL_TO_PASS=fail_to_pass,
PASS_TO_PASS=pass_to_pass,
language='py',
docker_specs= {
"pnpm_version": "9.5.0",
"node_version": "21.6.2",
"python_version": "3.9",
},
namespace='swebench'
)
This class should be updated 3 parameters.
SWE-bench has made some broken changes, agentless should set the fix version of SWE-bench or update with SWE-bench. If needs more information, I would like to provide any details. Thanks.
Metadata
Metadata
Assignees
Labels
No labels