File size: 2,649 Bytes
598316f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 | {
"schema_version": 2,
"task_id": "py-relevant-naturaldate-timezone",
"study_phase": "confirmatory",
"language": "python",
"scenario": "relevant_change",
"repository": {
"url": "https://github.com/python-humanize/humanize.git",
"commit": "c3a124cdeb272d7f63bc0aa66f79c6fbafd2fc6d",
"license_spdx": "MIT",
"preparation": {
"argv": [
"{PYTHON_EXE}",
".study-runtime/prepare.py",
"--profile",
"python-humanize"
],
"working_directory": ".",
"timeout_seconds": 600,
"network_required": false
}
},
"public_input": {
"phase1_prompt_path": "phase1.txt",
"verification_contract": {
"argv": [
".study-venv/Scripts/python.exe",
"-m",
"pytest",
"-q",
"--color=no",
"--tb=no",
"tests/test_time.py",
"-k",
"naturaldate"
],
"working_directory": ".",
"timeout_seconds": 120,
"relevant_files": [
"src/humanize/*.py",
"tests/test_time.py",
"pyproject.toml"
]
}
},
"private_evaluation": {
"initial_patch_path": "initial.patch",
"reference_solution_patch_path": "reference-solution.patch",
"hidden_oracle": {
"argv": [
".study-venv/Scripts/python.exe",
"hidden_oracle.py"
],
"working_directory": ".",
"timeout_seconds": 120
},
"oracle_asset_paths": [
"hidden_oracle.py"
],
"phase2_prompt_path": "phase2.txt",
"intervention": {
"kind": "patch",
"affected_scope": "relevant",
"patch_path": "intervention.patch"
}
},
"phase_boundary": {
"required": true,
"on_failure": "continue_tagged_phase1_failure"
},
"limits": {
"wall_seconds": 1800
},
"asset_hashes": {
"public": {
"phase1.txt": "sha256:851391f850ebdf5bdc3a9e60eede5c94f6a8398778bd42621281b08cc1444e0e"
},
"private": {
"hidden_oracle.py": "sha256:b6087095e8ea149985c1de7ac2f311a25203877f477096d84cf052ae571a1c65",
"initial.patch": "sha256:3046a07f9067659bb4ac3465dd3a84e9cf4c5988417d705ce5378137a2488bea",
"intervention.patch": "sha256:bbaa0dbbf207db1ff77967ea64429bce49297cf1b63d128b42087fe25ea26143",
"phase2.txt": "sha256:542accc73830d18a3b0917767cbc8d3ed08c5e0d8fdb15150f5ec4b3c12bf44b",
"reference-solution.patch": "sha256:c891608982bb3e356599b8957ba17c6e9222947f0d9b1dcae0cf22fcb502857c"
}
},
"public_projection_sha256": "sha256:7a21af79d7e0687c4cf7ce454e44b1b47cd323fb14a2f7f750bfd9ca9bd146e9"
}
|