{"taskset": {"n_runnable": 3, "name": null, "url_data": null, "catalog_id": null, "owner_type": null, "cited_by": null, "taskset": "humanevalfix", "domain": "swe", "task_kind": null, "environment": null, "grading": null, "path": "datasets/humanevalfix", "n_single_container": 164, "n_tasks": 164, "domain_raw": null, "sample_instruction": "Please fix the function in Python__0.py such that all test cases pass.\nEnvironment has been set up for you to start working. You may assume all necessary tools are installed.\n\n# Problem Statement\nfrom typing import List\n\n\ndef has_close_elements(numbers: List[float], threshold: float) -> bool:\n    for idx, elem in enumerate(numbers):\n        for idx2, elem2 in enumerate(numbers):\n            if idx != idx2:\n                distance = elem - elem2\n                if distance < threshold:\n                    return True\n\n    return False\n\n\n\n\n\n\ndef check(has_close_elements):\n    assert has_close_elements([1.0, 2.0, 3.9, 4.0, 5.0, 2.2], 0.3) == True\n    assert has_close_elements([1.0, 2.0, 3.9, 4.0, 5.0, 2.2], 0.05) == False\n    assert has_close_elements([1.0, 2.0, 5.9, 4.0, 5.0], 0.95) == True\n    assert has_close_elements([1.0, 2.0, 5.9, 4.0, 5.0], 0.8) == False\n    assert has_close_elements([1.0, 2.0, 3.0, 4.0, 5.0, 2.0], 0.1) == True\n    assert has_close_elements([1.1, 2.2, 3.1, 4.1, 5.1], 1.0) == True\n    assert has_close_elements([1.1, 2.2, 3.1, 4.1, 5.1], 0.5) == False\n\ncheck(has_close_elements)\n\nIMPORTANT: You should ONLY interact with the environment provided to you AND NEVER ASK FOR HUMAN HELP.\nYou should NOT modify any existing test case files. If needed, you can add new test cases in a NEW file to reproduce the issue.\nYou SHOULD INCLUDE PROPER INDENTATION in your edit commands.\nWhen you think you have fixed the issue through code changes, please finish the interaction ", "owner_org": null, "url_repo": null, "url_paper": null, "license": null, "languages": [], "difficulties": {"easy": 77, "medium": 87}, "categories": ["debugging"]}, "tasks": [{"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-0", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-1", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-10", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-100", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-101", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-102", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-103", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-104", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-105", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-106", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-107", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-108", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-109", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": {"reward": 1, "seconds": 1, "at": "2026-09-25T05:39:56Z", "platform": "linux/amd64"}, "runnable": true, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-11", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-110", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-111", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-112", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-113", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-114", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-115", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-116", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-117", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-118", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-119", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": {"reward": 1, "seconds": 1, "at": "2026-09-25T05:39:58Z", "platform": "linux/amd64"}, "results": {"kilo-org-kilocode": {"passes": 1, "last": "2026-09-24T23:19:21", "last_run": "20260924T231500-sw-kilocode-python-12", "last_tests": {"summary": "1 passed", "total": 1, "passed": 1, "failed": 0, "agent_written": 0, "failed_names": []}, "last_outcome": "pass", "last_reward": 1, "runs": 1}, "swe-agent-mini-swe-agent": {"passes": 1, "last": "2026-09-24T22:54:18", "last_run": "20260924T225327-sw-mini-swe-a-python-12", "last_tests": {"summary": "1 passed", "total": 1, "passed": 1, "failed": 0, "agent_written": 0, "failed_names": []}, "last_outcome": "pass", "last_reward": 1, "runs": 1}, "google-gemini-gemini-cli": {"passes": 1, "last": "2026-09-24T23:20:36", "last_run": "20260924T231732-sw-gemini-cli-python-12", "last_tests": {"summary": "1 passed", "total": 1, "passed": 1, "failed": 0, "agent_written": 0, "failed_names": []}, "last_outcome": "pass", "last_reward": 1, "runs": 1}, "aider-ai-aider": {"passes": 1, "last": "2026-09-24T22:50:50", "last_run": "20260924T224953-sw-aider-python-12", "last_tests": {"summary": "1 passed", "total": 1, "passed": 1, "failed": 0, "agent_written": 0, "failed_names": []}, "last_outcome": "pass", "last_reward": 1, "runs": 1}, "openhands-openhands": {"passes": 2, "last": "2026-09-25T16:09:04", "last_run": "20260925T090253-openhands-op-python-12", "last_tests": {"summary": "1 passed", "total": 1, "passed": 1, "failed": 0, "agent_written": 0, "failed_names": []}, "last_outcome": "pass", "last_reward": 1, "runs": 2}, "openai-codex": {"passes": 1, "last": "2026-09-24T22:55:05", "last_run": "20260924T225434-sw-codex-python-12", "last_tests": {"summary": "1 passed", "total": 1, "passed": 1, "failed": 0, "agent_written": 0, "failed_names": []}, "last_outcome": "pass", "last_reward": 1, "runs": 1}}, "runnable": true, "runs": 7, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-12", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-120", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-121", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-122", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-123", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-124", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-125", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-126", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-127", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-128", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-129", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-13", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-130", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-131", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-132", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-133", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-134", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-135", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-136", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-137", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-138", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-139", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-14", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-140", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-141", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-142", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-143", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-144", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-145", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-146", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-147", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-148", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-149", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-15", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-150", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-151", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-152", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-153", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-154", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-155", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-156", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-157", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-158", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-159", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-16", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-160", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-161", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-162", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-163", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-17", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-18", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-19", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-2", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-20", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": {"reward": 1, "seconds": 1, "at": "2026-09-25T05:40:00Z", "platform": "linux/amd64"}, "runnable": true, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-21", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-22", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-23", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-24", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-25", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-26", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-27", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-28", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-29", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-3", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-30", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-31", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-32", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-33", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-34", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-35", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-36", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-37", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-38", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-39", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-4", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-40", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-41", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-42", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-43", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-44", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-45", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-46", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-47", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-48", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-49", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-5", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-50", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-51", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-52", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-53", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-54", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-55", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-56", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-57", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-58", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-59", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-6", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-60", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-61", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-62", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-63", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-64", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-65", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-66", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-67", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-68", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-69", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-7", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-70", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-71", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-72", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-73", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-74", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-75", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-76", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-77", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-78", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-79", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-8", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-80", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-81", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-82", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-83", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-84", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-85", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-86", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-87", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-88", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-89", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-9", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-90", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-91", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-92", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-93", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-94", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-95", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-96", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "medium", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-97", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-98", "taskset": "humanevalfix"}, {"agent_timeout": 600, "category": "debugging", "compose": false, "difficulty": "easy", "language": "", "oracle": null, "runnable": false, "tags": ["debugging", "humanevalfix", "code-fixing"], "task": "python-99", "taskset": "humanevalfix"}], "next": null}