Add files using upload-large-folder tool
Browse files- README.md +33 -0
- SHA256SUMS +5 -0
- commit_databases_noise_000.tar.zst +3 -0
- commit_databases_noise_025.tar.zst +3 -0
- commit_databases_noise_050.tar.zst +3 -0
- commit_databases_noise_075.tar.zst +3 -0
- commit_databases_noise_100.tar.zst +3 -0
- database_validation_manifest.json +728 -0
- embedding_model_manifest.json +30 -0
- mixed_datasets_manifest.json +581 -0
- noise_000_snapshot.json +248 -0
- noisy_variants_manifest.json +115 -0
- source_fallbacks.json +1582 -0
README.md
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: OpenHands Commit Noise Databases
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- software-engineering
|
| 7 |
+
- code-retrieval
|
| 8 |
+
- faiss
|
| 9 |
+
- sqlite
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# OpenHands Commit Noise Databases
|
| 13 |
+
|
| 14 |
+
This dataset contains commit-retrieval databases for 12 SWE-bench repositories at five noise ratios: 0%, 25%, 50%, 75%, and 100%.
|
| 15 |
+
|
| 16 |
+
Each archive expands to `noise_NNN/<repository>/` directories containing:
|
| 17 |
+
|
| 18 |
+
- `commits.db`: SQLite commit records
|
| 19 |
+
- `commits.faiss`: normalized inner-product FAISS index
|
| 20 |
+
- `commits.meta.jsonl`: FAISS row-to-commit metadata
|
| 21 |
+
- `commits.index_meta.json`: embedding and index configuration
|
| 22 |
+
|
| 23 |
+
The 0% archive is an exact file-level copy of the original database. The noisy datasets use deterministic nested selections with seed 42, so lower-ratio selections are subsets of higher-ratio selections. Of 644,099 planned noisy-field values, 175 generation gaps use the unchanged source field and are recorded in `source_fallbacks.json`.
|
| 24 |
+
|
| 25 |
+
The four generated ratios contain 323,850 commit rows each, including 322,072 indexed rows with a non-empty problem description. Embeddings use `BAAI/bge-large-en-v1.5` with dimension 1024, normalization enabled, and inner-product search.
|
| 26 |
+
|
| 27 |
+
Use `SHA256SUMS` to verify downloads. `database_validation_manifest.json` records exhaustive SQLite/JSON equality checks, FAISS counts, metadata checks, and database file hashes for the generated ratios. `noise_000_snapshot.json` records hashes for the original 0% files.
|
| 28 |
+
|
| 29 |
+
Extract an archive with:
|
| 30 |
+
|
| 31 |
+
```bash
|
| 32 |
+
tar --zstd -xf commit_databases_noise_000.tar.zst
|
| 33 |
+
```
|
SHA256SUMS
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
abebed734c2f67519235d49a75cf4441dec42ee564fbb9029034cef9d748d2e0 commit_databases_noise_000.tar.zst
|
| 2 |
+
03be84f1f45e80c3b8d6484998ebe0cef19a422844148595ddd8f783b5561969 commit_databases_noise_025.tar.zst
|
| 3 |
+
2d4a800065da7c241fac6a4ded102fb450ce22aece0e7c58bc6cf48985442ad4 commit_databases_noise_050.tar.zst
|
| 4 |
+
b7dc139dbfb53f908069ce255333efb3e19278961c4840105facc72381167542 commit_databases_noise_075.tar.zst
|
| 5 |
+
31460796e45133c5694229808a4e9a6479616f8aa65b12998cf5d3fd8ac4dd1d commit_databases_noise_100.tar.zst
|
commit_databases_noise_000.tar.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:abebed734c2f67519235d49a75cf4441dec42ee564fbb9029034cef9d748d2e0
|
| 3 |
+
size 2696522825
|
commit_databases_noise_025.tar.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:03be84f1f45e80c3b8d6484998ebe0cef19a422844148595ddd8f783b5561969
|
| 3 |
+
size 2709402710
|
commit_databases_noise_050.tar.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d4a800065da7c241fac6a4ded102fb450ce22aece0e7c58bc6cf48985442ad4
|
| 3 |
+
size 2720589921
|
commit_databases_noise_075.tar.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b7dc139dbfb53f908069ce255333efb3e19278961c4840105facc72381167542
|
| 3 |
+
size 2732154501
|
commit_databases_noise_100.tar.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:31460796e45133c5694229808a4e9a6479616f8aa65b12998cf5d3fd8ac4dd1d
|
| 3 |
+
size 2740603789
|
database_validation_manifest.json
ADDED
|
@@ -0,0 +1,728 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"created_at": "2026-07-25T14:35:06.450107+00:00",
|
| 3 |
+
"database_count": 48,
|
| 4 |
+
"total_rows": 1295400,
|
| 5 |
+
"total_index_rows": 1288288,
|
| 6 |
+
"databases": [
|
| 7 |
+
{
|
| 8 |
+
"dataset": "noise_025",
|
| 9 |
+
"repo": "astropy_astropy",
|
| 10 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_025/astropy_astropy_commits.json",
|
| 11 |
+
"json_sha256": "5a70ae82e8f1211f6171cacadf5372f794e3c77c808751b12c9e5d0675c6d6e3",
|
| 12 |
+
"row_count": 47643,
|
| 13 |
+
"index_count": 47527,
|
| 14 |
+
"database_files_sha256": {
|
| 15 |
+
"commits.db": "d7da0d693d469d836a783d7ce55512d5e4fc05240da0909eefb1580ce4ff4ba4",
|
| 16 |
+
"commits.faiss": "d267fa7b357ac7ea358dc42dcdda54dcfdebc3bf9961483d957877ef2ac73315",
|
| 17 |
+
"commits.meta.jsonl": "61b85c602756442329d9950dbc2ab6fd46952f0002d28d861888f5f15d2304a7",
|
| 18 |
+
"commits.index_meta.json": "81c5afbd8715fcc283ffbe5b35e4b906f9599f629adf63e9e4ca0723ca77cea2"
|
| 19 |
+
},
|
| 20 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"dataset": "noise_025",
|
| 24 |
+
"repo": "django_django",
|
| 25 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_025/django_django_commits.json",
|
| 26 |
+
"json_sha256": "ff8b5b92026c6c9c10726686dbd592fb74ffb36c4174e6d819589fdd4161ac8a",
|
| 27 |
+
"row_count": 51057,
|
| 28 |
+
"index_count": 50710,
|
| 29 |
+
"database_files_sha256": {
|
| 30 |
+
"commits.db": "faa82d9244a6e5377c44546f1cad7f748f7642af5365896a3056e174db05af8f",
|
| 31 |
+
"commits.faiss": "4309110a5e15bfa562197875b12564bc53b66359e71ff7d63dba66dacf8642a6",
|
| 32 |
+
"commits.meta.jsonl": "2edfc2af0dcb1100211c3c2c73624bed74eecd55be52f6a05eff2a7b76956d38",
|
| 33 |
+
"commits.index_meta.json": "9ecfb0fcb6e0d447d3a783935f87c573c44d459ec694607b69957d6984f51c34"
|
| 34 |
+
},
|
| 35 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 36 |
+
},
|
| 37 |
+
{
|
| 38 |
+
"dataset": "noise_025",
|
| 39 |
+
"repo": "matplotlib_matplotlib",
|
| 40 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_025/matplotlib_matplotlib_commits.json",
|
| 41 |
+
"json_sha256": "05a751c108fe335e1274dc33a3a0c34e11a0338587ba7f3510c6578b76355e76",
|
| 42 |
+
"row_count": 53727,
|
| 43 |
+
"index_count": 53336,
|
| 44 |
+
"database_files_sha256": {
|
| 45 |
+
"commits.db": "6e73cfaecefdd670b5184b560356bba3c7954d7382a7b7c1cbede661dd96ccda",
|
| 46 |
+
"commits.faiss": "86ceeae9e2391a3fa50a9240d241a5ab8c13bb40b8c555a2b3ae945e009451f9",
|
| 47 |
+
"commits.meta.jsonl": "5e7b142453e40300ef200f81e24808a1bd20b6eedc3734be645c3aa0122772f6",
|
| 48 |
+
"commits.index_meta.json": "6ab3f00d8244b0832ac42322aaf194cbeff494f1a40b97ebf758a82d0c0e7106"
|
| 49 |
+
},
|
| 50 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"dataset": "noise_025",
|
| 54 |
+
"repo": "mwaskom_seaborn",
|
| 55 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_025/mwaskom_seaborn_commits.json",
|
| 56 |
+
"json_sha256": "602816c7fe891d605c64fae5acbfff6a68f641a57a70751e677c4a2ee0ef65a8",
|
| 57 |
+
"row_count": 3499,
|
| 58 |
+
"index_count": 3470,
|
| 59 |
+
"database_files_sha256": {
|
| 60 |
+
"commits.db": "4bcd511a11173a783b5781b79453dd2ac060315d147c511f065e995c6cdaaf0a",
|
| 61 |
+
"commits.faiss": "57ce5df9b03a9bec20341c76c83b70b8af56d0a81426481d20dd69e52f0dc53b",
|
| 62 |
+
"commits.meta.jsonl": "adf9073f4cd14fea03800d7a4dcd84d5da4d45b5b8f2da6dea8480d77b0e7a6d",
|
| 63 |
+
"commits.index_meta.json": "7313946dd6aa33ac366ce3b147cea7b15c5bad60e733f055fc96060aee9af72b"
|
| 64 |
+
},
|
| 65 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"dataset": "noise_025",
|
| 69 |
+
"repo": "pallets_flask",
|
| 70 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_025/pallets_flask_commits.json",
|
| 71 |
+
"json_sha256": "ac58d41d46109f17aa78ab189f2434f71c2c0daabb058d1d85acf381ca0b7ce7",
|
| 72 |
+
"row_count": 5506,
|
| 73 |
+
"index_count": 5483,
|
| 74 |
+
"database_files_sha256": {
|
| 75 |
+
"commits.db": "606a8ad0c73656748649cd08042d78d0f667f935e43ca0fe03eba9e6f2ec8a2d",
|
| 76 |
+
"commits.faiss": "c86c4066d181b976401682301b65a4d2ceb0505600d057758780456903969ecc",
|
| 77 |
+
"commits.meta.jsonl": "67a571db944f53959687114cb945823236ccd6f7dea0d755404c1d7335080a3c",
|
| 78 |
+
"commits.index_meta.json": "dad19eb09edc0a49f754a4841f510513cbbec3cca335ae57fc2ea01ca50bc767"
|
| 79 |
+
},
|
| 80 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"dataset": "noise_025",
|
| 84 |
+
"repo": "psf_requests",
|
| 85 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_025/psf_requests_commits.json",
|
| 86 |
+
"json_sha256": "7e967942bb682916e5d33ef88c8205e6f09337b4aa147edee2107cfc074157fe",
|
| 87 |
+
"row_count": 6625,
|
| 88 |
+
"index_count": 6574,
|
| 89 |
+
"database_files_sha256": {
|
| 90 |
+
"commits.db": "70c26fd66fb32852ef909f9f0fc3eb7d70c9c5445b31a0666d7116b906c1ad8c",
|
| 91 |
+
"commits.faiss": "1830f2be14e379cac557c854cbec33222893e3f0c25e11a3eaf66ddd56194058",
|
| 92 |
+
"commits.meta.jsonl": "410989ed9801fcb3e7406302290ad53ca572b536327618f6ddf2896c7dd8b16b",
|
| 93 |
+
"commits.index_meta.json": "f88020dc667e26782acd714d5853c16e1220dc5cdc674aba88690ca2e60be27b"
|
| 94 |
+
},
|
| 95 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 96 |
+
},
|
| 97 |
+
{
|
| 98 |
+
"dataset": "noise_025",
|
| 99 |
+
"repo": "pydata_xarray",
|
| 100 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_025/pydata_xarray_commits.json",
|
| 101 |
+
"json_sha256": "93ca78696114c34fdf77e7db6a23101c0904859dd667a433b82f58fde00ae329",
|
| 102 |
+
"row_count": 6270,
|
| 103 |
+
"index_count": 6249,
|
| 104 |
+
"database_files_sha256": {
|
| 105 |
+
"commits.db": "60a2da2582ee0068012d9ddcb042e52744228d87937593bc4bd80fdf7772e3bd",
|
| 106 |
+
"commits.faiss": "76a87c527388cdbe6bc1b4eb154f85b2a13a0adfd5673d2ec327b3c10ba0ff40",
|
| 107 |
+
"commits.meta.jsonl": "0bdb2322fc4550702e3f401384b336880edc5f7fd747c527078583980bb62211",
|
| 108 |
+
"commits.index_meta.json": "659317e1a723465a196ec356ed658d0c436a07cfc840147f5476a9d59407b54d"
|
| 109 |
+
},
|
| 110 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 111 |
+
},
|
| 112 |
+
{
|
| 113 |
+
"dataset": "noise_025",
|
| 114 |
+
"repo": "pylint-dev_pylint",
|
| 115 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_025/pylint-dev_pylint_commits.json",
|
| 116 |
+
"json_sha256": "2928cec9ca2ae033b9330c0c4b0653e20980fe65feb5ca024b619a93ef633cfe",
|
| 117 |
+
"row_count": 10303,
|
| 118 |
+
"index_count": 10236,
|
| 119 |
+
"database_files_sha256": {
|
| 120 |
+
"commits.db": "ef78dae67b7d3fc8cd911c84511d166c12c744e0a3f74807d485c26daae59474",
|
| 121 |
+
"commits.faiss": "0161199dedc1a213fde0c20f7cce2242121da110d818f0ad830062aecc301bdf",
|
| 122 |
+
"commits.meta.jsonl": "1c1e55e377a15e3f1cc435cf5f8864ee177514724b1231d0466f81b84f98f796",
|
| 123 |
+
"commits.index_meta.json": "c86fb98ffce12bc7d98f0a7fa3452557e55fdd240e2cd72b79742780c535966a"
|
| 124 |
+
},
|
| 125 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 126 |
+
},
|
| 127 |
+
{
|
| 128 |
+
"dataset": "noise_025",
|
| 129 |
+
"repo": "pytest-dev_pytest",
|
| 130 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_025/pytest-dev_pytest_commits.json",
|
| 131 |
+
"json_sha256": "e967ca619244e92596d2f0fe6280a86b8761c479b585964ad02bae01eefb4fc6",
|
| 132 |
+
"row_count": 17940,
|
| 133 |
+
"index_count": 17847,
|
| 134 |
+
"database_files_sha256": {
|
| 135 |
+
"commits.db": "1a61a784fde37a2a5e3ac0690f7bf637be8e7355bfa5d32e9ab1dccfdd72c0d5",
|
| 136 |
+
"commits.faiss": "830a66a9a6cf87d824a9ba41b64be0431776369a1ac38cc14419bc3000f33eb3",
|
| 137 |
+
"commits.meta.jsonl": "f58d4def92698351f187a0d383e6a1721b91a6fc60d270120e7ed6997e799b32",
|
| 138 |
+
"commits.index_meta.json": "aed5f4f339a1b054bd7d761ec32690ee75c4133b3a3f6683e5b674dd14badb95"
|
| 139 |
+
},
|
| 140 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 141 |
+
},
|
| 142 |
+
{
|
| 143 |
+
"dataset": "noise_025",
|
| 144 |
+
"repo": "scikit-learn_scikit-learn",
|
| 145 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_025/scikit-learn_scikit-learn_commits.json",
|
| 146 |
+
"json_sha256": "e92bc10217d935f913611de2535929d5f9c2d438b87cd237484efd12f2faf7a6",
|
| 147 |
+
"row_count": 37390,
|
| 148 |
+
"index_count": 37182,
|
| 149 |
+
"database_files_sha256": {
|
| 150 |
+
"commits.db": "df843fb89478d7c8764becd0c3774252b89aa5a866cf1aa285cc763380e3ee87",
|
| 151 |
+
"commits.faiss": "ee0dcdeefe499cd19a04fdb02d9cb4fad61994e82ef85290b3c3a5f54c17f883",
|
| 152 |
+
"commits.meta.jsonl": "c2977d9f6a25f32b47e3c3c4ea0bf1fbfdf67f54e279e12d3a92d87d1a0bcd55",
|
| 153 |
+
"commits.index_meta.json": "6dd75bb30f56c6a528c9de4ac9ecb9a053d9c6c2e60e6be507a9d8fe9bf3edc3"
|
| 154 |
+
},
|
| 155 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 156 |
+
},
|
| 157 |
+
{
|
| 158 |
+
"dataset": "noise_025",
|
| 159 |
+
"repo": "sphinx-doc_sphinx",
|
| 160 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_025/sphinx-doc_sphinx_commits.json",
|
| 161 |
+
"json_sha256": "f7fabd55228d580a7457cb56a5e84eaa0559f5951649037eed48c808203ba6bc",
|
| 162 |
+
"row_count": 22232,
|
| 163 |
+
"index_count": 22081,
|
| 164 |
+
"database_files_sha256": {
|
| 165 |
+
"commits.db": "89cc1a4048d7cdd8ad307c4c05322aa8c64b54dba5fc87be829d3681bfb88397",
|
| 166 |
+
"commits.faiss": "e1e966bbe91a83d809b151e59b82f6d1971e18d0d7dd99b01651342953623de3",
|
| 167 |
+
"commits.meta.jsonl": "10130299f4929e50e33d8396cc34f04f98b151723145c2bb1b280bfd4212bca5",
|
| 168 |
+
"commits.index_meta.json": "da1bcbc00aac7562f03965c2f61721cdf35d6fa5dac92abecbb73f1e70ba0030"
|
| 169 |
+
},
|
| 170 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"dataset": "noise_025",
|
| 174 |
+
"repo": "sympy_sympy",
|
| 175 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_025/sympy_sympy_commits.json",
|
| 176 |
+
"json_sha256": "90cf2096ea8be2b77aa8f7654169079fe81f2c8a45fe6f634da0796b4c21b68a",
|
| 177 |
+
"row_count": 61658,
|
| 178 |
+
"index_count": 61377,
|
| 179 |
+
"database_files_sha256": {
|
| 180 |
+
"commits.db": "6c03f2cf839268a03fee4dc56d5bd7dace9bc17138db6b6a559b912ae009d590",
|
| 181 |
+
"commits.faiss": "5ee305504c0289edefc3d43a80f6b65d1aa1d41a7f31db0ebc895591b77295a6",
|
| 182 |
+
"commits.meta.jsonl": "dce57c0b8c0a541903c79369eadf699067a3c67acd494d0039a696a37dea1938",
|
| 183 |
+
"commits.index_meta.json": "116aa4ec4bb09bfb1c35127cd7b7ab20ef72551366f9d64b12b1e76e2ff17bd6"
|
| 184 |
+
},
|
| 185 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"dataset": "noise_050",
|
| 189 |
+
"repo": "astropy_astropy",
|
| 190 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_050/astropy_astropy_commits.json",
|
| 191 |
+
"json_sha256": "00579dcde3b5ef62bff824546fd60b9670c4284528c6199921d026b9298ab7ad",
|
| 192 |
+
"row_count": 47643,
|
| 193 |
+
"index_count": 47527,
|
| 194 |
+
"database_files_sha256": {
|
| 195 |
+
"commits.db": "e9cc103cc7c24cc253f2e5bd238787c3d1f3233173f4843276a62e9a26640a90",
|
| 196 |
+
"commits.faiss": "ab049336718e9745ae2505e0124994399d208ac20e0712feef716b42bcc53fcd",
|
| 197 |
+
"commits.meta.jsonl": "61b85c602756442329d9950dbc2ab6fd46952f0002d28d861888f5f15d2304a7",
|
| 198 |
+
"commits.index_meta.json": "81c5afbd8715fcc283ffbe5b35e4b906f9599f629adf63e9e4ca0723ca77cea2"
|
| 199 |
+
},
|
| 200 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 201 |
+
},
|
| 202 |
+
{
|
| 203 |
+
"dataset": "noise_050",
|
| 204 |
+
"repo": "django_django",
|
| 205 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_050/django_django_commits.json",
|
| 206 |
+
"json_sha256": "8b8ae80c1c62cbde19d68a905d440744cce5f202eebc917cb2cc4953085a64fd",
|
| 207 |
+
"row_count": 51057,
|
| 208 |
+
"index_count": 50710,
|
| 209 |
+
"database_files_sha256": {
|
| 210 |
+
"commits.db": "d2bcac5b6af47fb8131cb00827e145f8d69c69527a635dd9b79742b08555329d",
|
| 211 |
+
"commits.faiss": "9b4c45312a8834b88e02e633d76cd1501b55e58337620ab533ec8fb453383101",
|
| 212 |
+
"commits.meta.jsonl": "2edfc2af0dcb1100211c3c2c73624bed74eecd55be52f6a05eff2a7b76956d38",
|
| 213 |
+
"commits.index_meta.json": "9ecfb0fcb6e0d447d3a783935f87c573c44d459ec694607b69957d6984f51c34"
|
| 214 |
+
},
|
| 215 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 216 |
+
},
|
| 217 |
+
{
|
| 218 |
+
"dataset": "noise_050",
|
| 219 |
+
"repo": "matplotlib_matplotlib",
|
| 220 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_050/matplotlib_matplotlib_commits.json",
|
| 221 |
+
"json_sha256": "dc2e6daa437114681e7236baa3e1ee8f0aee9e0ede389083e2dd36306ecc2f46",
|
| 222 |
+
"row_count": 53727,
|
| 223 |
+
"index_count": 53336,
|
| 224 |
+
"database_files_sha256": {
|
| 225 |
+
"commits.db": "8ad40d6be385b534b107ab2096fefec5fcbf7171f9598d6780918aa11c46c0e1",
|
| 226 |
+
"commits.faiss": "13704f21171a8296a281c558d1a76bf6c56fc53a2a4038a6719d70d1227eb12d",
|
| 227 |
+
"commits.meta.jsonl": "5e7b142453e40300ef200f81e24808a1bd20b6eedc3734be645c3aa0122772f6",
|
| 228 |
+
"commits.index_meta.json": "6ab3f00d8244b0832ac42322aaf194cbeff494f1a40b97ebf758a82d0c0e7106"
|
| 229 |
+
},
|
| 230 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 231 |
+
},
|
| 232 |
+
{
|
| 233 |
+
"dataset": "noise_050",
|
| 234 |
+
"repo": "mwaskom_seaborn",
|
| 235 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_050/mwaskom_seaborn_commits.json",
|
| 236 |
+
"json_sha256": "91c1fb805d04932fb441c83b91f451480f35ac5f361f1f156e7198cdf3cae893",
|
| 237 |
+
"row_count": 3499,
|
| 238 |
+
"index_count": 3470,
|
| 239 |
+
"database_files_sha256": {
|
| 240 |
+
"commits.db": "22931cfb0aaaadc7123171ebeab791dc9952a7eb14b6882f7d93205076430c2b",
|
| 241 |
+
"commits.faiss": "0139712fba8222e009ad947d99287d7545d0c0bf2be836e153fe3486664fb49a",
|
| 242 |
+
"commits.meta.jsonl": "adf9073f4cd14fea03800d7a4dcd84d5da4d45b5b8f2da6dea8480d77b0e7a6d",
|
| 243 |
+
"commits.index_meta.json": "7313946dd6aa33ac366ce3b147cea7b15c5bad60e733f055fc96060aee9af72b"
|
| 244 |
+
},
|
| 245 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 246 |
+
},
|
| 247 |
+
{
|
| 248 |
+
"dataset": "noise_050",
|
| 249 |
+
"repo": "pallets_flask",
|
| 250 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_050/pallets_flask_commits.json",
|
| 251 |
+
"json_sha256": "7d9fd191e3226d8ef8814fbdac2be7a14ef68bb119c7d92321632ffeaf1c0879",
|
| 252 |
+
"row_count": 5506,
|
| 253 |
+
"index_count": 5483,
|
| 254 |
+
"database_files_sha256": {
|
| 255 |
+
"commits.db": "00325b7b080fa168cd59b3dba81fd013fb39b0b5485411b13a1813d81e48f2a2",
|
| 256 |
+
"commits.faiss": "835959145f03008b207ccd25b921739e80ba1fe98cc2af4894ab0a8695f950a6",
|
| 257 |
+
"commits.meta.jsonl": "67a571db944f53959687114cb945823236ccd6f7dea0d755404c1d7335080a3c",
|
| 258 |
+
"commits.index_meta.json": "dad19eb09edc0a49f754a4841f510513cbbec3cca335ae57fc2ea01ca50bc767"
|
| 259 |
+
},
|
| 260 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 261 |
+
},
|
| 262 |
+
{
|
| 263 |
+
"dataset": "noise_050",
|
| 264 |
+
"repo": "psf_requests",
|
| 265 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_050/psf_requests_commits.json",
|
| 266 |
+
"json_sha256": "42a1c20b1588ca8c8e74589bf377130512098c20080ac2c52954ddf15c9b7598",
|
| 267 |
+
"row_count": 6625,
|
| 268 |
+
"index_count": 6574,
|
| 269 |
+
"database_files_sha256": {
|
| 270 |
+
"commits.db": "ae74b4519fbc8fa7031a3a7ff711994b9f7916499dd89db560c175c804a312a3",
|
| 271 |
+
"commits.faiss": "66d421ad965e4465b29f51c906fc28bbf7b38c90237216d754147bc7ea36ec9d",
|
| 272 |
+
"commits.meta.jsonl": "410989ed9801fcb3e7406302290ad53ca572b536327618f6ddf2896c7dd8b16b",
|
| 273 |
+
"commits.index_meta.json": "f88020dc667e26782acd714d5853c16e1220dc5cdc674aba88690ca2e60be27b"
|
| 274 |
+
},
|
| 275 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 276 |
+
},
|
| 277 |
+
{
|
| 278 |
+
"dataset": "noise_050",
|
| 279 |
+
"repo": "pydata_xarray",
|
| 280 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_050/pydata_xarray_commits.json",
|
| 281 |
+
"json_sha256": "993b305c0e125c3b86ced5a3be33734533352a9106f03f0202e66353d14ab479",
|
| 282 |
+
"row_count": 6270,
|
| 283 |
+
"index_count": 6249,
|
| 284 |
+
"database_files_sha256": {
|
| 285 |
+
"commits.db": "c137650e421b07c9c624235b00d800cfce54d2ce4bcbf3513bb95ea2b820a72a",
|
| 286 |
+
"commits.faiss": "93cddf09b4015e80eff1bff390b7320e6c2d1cf9fe21bb5b3344f238b6089ad3",
|
| 287 |
+
"commits.meta.jsonl": "0bdb2322fc4550702e3f401384b336880edc5f7fd747c527078583980bb62211",
|
| 288 |
+
"commits.index_meta.json": "659317e1a723465a196ec356ed658d0c436a07cfc840147f5476a9d59407b54d"
|
| 289 |
+
},
|
| 290 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"dataset": "noise_050",
|
| 294 |
+
"repo": "pylint-dev_pylint",
|
| 295 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_050/pylint-dev_pylint_commits.json",
|
| 296 |
+
"json_sha256": "48301c908d9a0d61c3e437ec10ce8f7228c783596097c616aaf8a10aab03eb36",
|
| 297 |
+
"row_count": 10303,
|
| 298 |
+
"index_count": 10236,
|
| 299 |
+
"database_files_sha256": {
|
| 300 |
+
"commits.db": "3899d7357e0ee87995ed25eb13653dedd8954215e9d7e33cecca8adede11a669",
|
| 301 |
+
"commits.faiss": "b2f0f3c943bf29ec069434174dbb90bf039f26273a955a3988a781bec10a7bbc",
|
| 302 |
+
"commits.meta.jsonl": "1c1e55e377a15e3f1cc435cf5f8864ee177514724b1231d0466f81b84f98f796",
|
| 303 |
+
"commits.index_meta.json": "c86fb98ffce12bc7d98f0a7fa3452557e55fdd240e2cd72b79742780c535966a"
|
| 304 |
+
},
|
| 305 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 306 |
+
},
|
| 307 |
+
{
|
| 308 |
+
"dataset": "noise_050",
|
| 309 |
+
"repo": "pytest-dev_pytest",
|
| 310 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_050/pytest-dev_pytest_commits.json",
|
| 311 |
+
"json_sha256": "1e9bb8b0b7261d5c77f44f85c647d1a2805de4ea68e630586587539b305781e8",
|
| 312 |
+
"row_count": 17940,
|
| 313 |
+
"index_count": 17847,
|
| 314 |
+
"database_files_sha256": {
|
| 315 |
+
"commits.db": "5f97b97436756fb54c0081eb0f353ef774ff7df119d99009892ad1eb8be16c8f",
|
| 316 |
+
"commits.faiss": "fbacbf865a5650c4baae191b00d0260dc4f711127d4a4428d49334f7de9bff3b",
|
| 317 |
+
"commits.meta.jsonl": "f58d4def92698351f187a0d383e6a1721b91a6fc60d270120e7ed6997e799b32",
|
| 318 |
+
"commits.index_meta.json": "aed5f4f339a1b054bd7d761ec32690ee75c4133b3a3f6683e5b674dd14badb95"
|
| 319 |
+
},
|
| 320 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 321 |
+
},
|
| 322 |
+
{
|
| 323 |
+
"dataset": "noise_050",
|
| 324 |
+
"repo": "scikit-learn_scikit-learn",
|
| 325 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_050/scikit-learn_scikit-learn_commits.json",
|
| 326 |
+
"json_sha256": "d9f51e6f1bffb617fde9aa3eae1da9a0843cfbdfaadf4840f4c43c05128b9804",
|
| 327 |
+
"row_count": 37390,
|
| 328 |
+
"index_count": 37182,
|
| 329 |
+
"database_files_sha256": {
|
| 330 |
+
"commits.db": "d2470e192679b1b76c80ad44e48650ca607c5a94a8b6934058d4714ab4397724",
|
| 331 |
+
"commits.faiss": "e2d836446f40b6b3f63ae392e2d2acac7dd7a463df6bd682982ccf406b481618",
|
| 332 |
+
"commits.meta.jsonl": "c2977d9f6a25f32b47e3c3c4ea0bf1fbfdf67f54e279e12d3a92d87d1a0bcd55",
|
| 333 |
+
"commits.index_meta.json": "6dd75bb30f56c6a528c9de4ac9ecb9a053d9c6c2e60e6be507a9d8fe9bf3edc3"
|
| 334 |
+
},
|
| 335 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 336 |
+
},
|
| 337 |
+
{
|
| 338 |
+
"dataset": "noise_050",
|
| 339 |
+
"repo": "sphinx-doc_sphinx",
|
| 340 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_050/sphinx-doc_sphinx_commits.json",
|
| 341 |
+
"json_sha256": "44378451805c61c58d9edd189bb6c6488e37c1b1bdadc517255863bd671c386d",
|
| 342 |
+
"row_count": 22232,
|
| 343 |
+
"index_count": 22081,
|
| 344 |
+
"database_files_sha256": {
|
| 345 |
+
"commits.db": "112fa70ccac4885df9fc9ae73903c534da4193dd77933363aae1132cabfdc219",
|
| 346 |
+
"commits.faiss": "18d65953849d1edeb725b85973fa7b3020d6544df1b1984667a2099c654a7cc8",
|
| 347 |
+
"commits.meta.jsonl": "10130299f4929e50e33d8396cc34f04f98b151723145c2bb1b280bfd4212bca5",
|
| 348 |
+
"commits.index_meta.json": "da1bcbc00aac7562f03965c2f61721cdf35d6fa5dac92abecbb73f1e70ba0030"
|
| 349 |
+
},
|
| 350 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 351 |
+
},
|
| 352 |
+
{
|
| 353 |
+
"dataset": "noise_050",
|
| 354 |
+
"repo": "sympy_sympy",
|
| 355 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_050/sympy_sympy_commits.json",
|
| 356 |
+
"json_sha256": "bc70045d103ed9522d66c1971c8190739df966ad0f0af98aa0b9adb6890dca22",
|
| 357 |
+
"row_count": 61658,
|
| 358 |
+
"index_count": 61377,
|
| 359 |
+
"database_files_sha256": {
|
| 360 |
+
"commits.db": "a428bfbb936c0d592d8948c87ad18d53a1a5761574d6826f92a9bf89d282ea66",
|
| 361 |
+
"commits.faiss": "ee90798aa39631addd351adff398248e0bf5b549ba2c0933a928aebc7602a5e2",
|
| 362 |
+
"commits.meta.jsonl": "dce57c0b8c0a541903c79369eadf699067a3c67acd494d0039a696a37dea1938",
|
| 363 |
+
"commits.index_meta.json": "116aa4ec4bb09bfb1c35127cd7b7ab20ef72551366f9d64b12b1e76e2ff17bd6"
|
| 364 |
+
},
|
| 365 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 366 |
+
},
|
| 367 |
+
{
|
| 368 |
+
"dataset": "noise_075",
|
| 369 |
+
"repo": "astropy_astropy",
|
| 370 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_075/astropy_astropy_commits.json",
|
| 371 |
+
"json_sha256": "04a2c1a86c81e1973818a866a64817ae7c5c662de5baa468ab0a62f786b3c719",
|
| 372 |
+
"row_count": 47643,
|
| 373 |
+
"index_count": 47527,
|
| 374 |
+
"database_files_sha256": {
|
| 375 |
+
"commits.db": "7f30359861051c9b7b62be7607d1e30459b6f1330fa7b2f4428830e8288a343c",
|
| 376 |
+
"commits.faiss": "6c8929a9c5ee051a1049ea0b3fb02fc3d9380ec45ea6e2b02df6bded4686e1bb",
|
| 377 |
+
"commits.meta.jsonl": "61b85c602756442329d9950dbc2ab6fd46952f0002d28d861888f5f15d2304a7",
|
| 378 |
+
"commits.index_meta.json": "81c5afbd8715fcc283ffbe5b35e4b906f9599f629adf63e9e4ca0723ca77cea2"
|
| 379 |
+
},
|
| 380 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 381 |
+
},
|
| 382 |
+
{
|
| 383 |
+
"dataset": "noise_075",
|
| 384 |
+
"repo": "django_django",
|
| 385 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_075/django_django_commits.json",
|
| 386 |
+
"json_sha256": "6cc47d7703d254ca5762acbad41ccc38fbd9c6e0d6c77608f1572689d97ba4ef",
|
| 387 |
+
"row_count": 51057,
|
| 388 |
+
"index_count": 50710,
|
| 389 |
+
"database_files_sha256": {
|
| 390 |
+
"commits.db": "97aa00600e677e58633c558e5397cebcaaa03878a2892eab2effcef60939227f",
|
| 391 |
+
"commits.faiss": "ed5abb90c7b8840dae14e98e2ab7f31a2e121492a7b8e71c8101e964d6125897",
|
| 392 |
+
"commits.meta.jsonl": "2edfc2af0dcb1100211c3c2c73624bed74eecd55be52f6a05eff2a7b76956d38",
|
| 393 |
+
"commits.index_meta.json": "9ecfb0fcb6e0d447d3a783935f87c573c44d459ec694607b69957d6984f51c34"
|
| 394 |
+
},
|
| 395 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 396 |
+
},
|
| 397 |
+
{
|
| 398 |
+
"dataset": "noise_075",
|
| 399 |
+
"repo": "matplotlib_matplotlib",
|
| 400 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_075/matplotlib_matplotlib_commits.json",
|
| 401 |
+
"json_sha256": "564009329ded2176b6a68326723beee76cd8afd477ff892c99ad7040e1754e84",
|
| 402 |
+
"row_count": 53727,
|
| 403 |
+
"index_count": 53336,
|
| 404 |
+
"database_files_sha256": {
|
| 405 |
+
"commits.db": "3a689c8b99ae7c18ad5ad8a86f0c9fc5d6bbffb7e1d9e2671395f5e4f2d8d769",
|
| 406 |
+
"commits.faiss": "60924a2f837fb98970cb896bcf28d6ca34b60cb0dc544330f791df50e0a65269",
|
| 407 |
+
"commits.meta.jsonl": "5e7b142453e40300ef200f81e24808a1bd20b6eedc3734be645c3aa0122772f6",
|
| 408 |
+
"commits.index_meta.json": "6ab3f00d8244b0832ac42322aaf194cbeff494f1a40b97ebf758a82d0c0e7106"
|
| 409 |
+
},
|
| 410 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 411 |
+
},
|
| 412 |
+
{
|
| 413 |
+
"dataset": "noise_075",
|
| 414 |
+
"repo": "mwaskom_seaborn",
|
| 415 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_075/mwaskom_seaborn_commits.json",
|
| 416 |
+
"json_sha256": "5d694a009b37bf2f25e70b4dd8a4b3e0735fc7402fcac0225b0f37b6482d3723",
|
| 417 |
+
"row_count": 3499,
|
| 418 |
+
"index_count": 3470,
|
| 419 |
+
"database_files_sha256": {
|
| 420 |
+
"commits.db": "e2911648adccb5a13530d9512bfa7ce4eff297ae352b6a1d4814a10c7e9b4d1c",
|
| 421 |
+
"commits.faiss": "331d8cbe9f0d2cec95eb827cabb7a7c56c3c5284ae6daff390c77a503e9385b8",
|
| 422 |
+
"commits.meta.jsonl": "adf9073f4cd14fea03800d7a4dcd84d5da4d45b5b8f2da6dea8480d77b0e7a6d",
|
| 423 |
+
"commits.index_meta.json": "7313946dd6aa33ac366ce3b147cea7b15c5bad60e733f055fc96060aee9af72b"
|
| 424 |
+
},
|
| 425 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 426 |
+
},
|
| 427 |
+
{
|
| 428 |
+
"dataset": "noise_075",
|
| 429 |
+
"repo": "pallets_flask",
|
| 430 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_075/pallets_flask_commits.json",
|
| 431 |
+
"json_sha256": "b35cb0b0ee1f903d2702d6c36d0dc3c3600fd9f4a051330526621b7f18525372",
|
| 432 |
+
"row_count": 5506,
|
| 433 |
+
"index_count": 5483,
|
| 434 |
+
"database_files_sha256": {
|
| 435 |
+
"commits.db": "b0d0d4e07c4433c7bcae313449bb18aa5fa43b08eace1ad06fddf016f20f4f69",
|
| 436 |
+
"commits.faiss": "d5299dd8d44b641fd14ece3355da66f5677602e85571ba95c06a403cf7c20305",
|
| 437 |
+
"commits.meta.jsonl": "67a571db944f53959687114cb945823236ccd6f7dea0d755404c1d7335080a3c",
|
| 438 |
+
"commits.index_meta.json": "dad19eb09edc0a49f754a4841f510513cbbec3cca335ae57fc2ea01ca50bc767"
|
| 439 |
+
},
|
| 440 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 441 |
+
},
|
| 442 |
+
{
|
| 443 |
+
"dataset": "noise_075",
|
| 444 |
+
"repo": "psf_requests",
|
| 445 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_075/psf_requests_commits.json",
|
| 446 |
+
"json_sha256": "c80a28f353950b6d7235d03428ea08fe77cfa374d28ad5f3c4ff44552564c332",
|
| 447 |
+
"row_count": 6625,
|
| 448 |
+
"index_count": 6574,
|
| 449 |
+
"database_files_sha256": {
|
| 450 |
+
"commits.db": "af28299d069fbeaa102904fa590ad3ef3ef1fc3d7ef7a4e12fa20631e8c4929c",
|
| 451 |
+
"commits.faiss": "59b1850b9be04473fc5519fb2108fc32eb38b7f6ff272a4ca210439261863995",
|
| 452 |
+
"commits.meta.jsonl": "410989ed9801fcb3e7406302290ad53ca572b536327618f6ddf2896c7dd8b16b",
|
| 453 |
+
"commits.index_meta.json": "f88020dc667e26782acd714d5853c16e1220dc5cdc674aba88690ca2e60be27b"
|
| 454 |
+
},
|
| 455 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 456 |
+
},
|
| 457 |
+
{
|
| 458 |
+
"dataset": "noise_075",
|
| 459 |
+
"repo": "pydata_xarray",
|
| 460 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_075/pydata_xarray_commits.json",
|
| 461 |
+
"json_sha256": "e39ac204f9369d1e5be01fc88363612613b20619426e390c0e057bff026e9b14",
|
| 462 |
+
"row_count": 6270,
|
| 463 |
+
"index_count": 6249,
|
| 464 |
+
"database_files_sha256": {
|
| 465 |
+
"commits.db": "b4f554ed7c71f8461d04a550029f8f8d887888932c54de197adc9a820046ce38",
|
| 466 |
+
"commits.faiss": "bb4d1c2ba39a5f25463bdf0bb0701cc2d3098f89429ad5b7b4b955758bb6ea06",
|
| 467 |
+
"commits.meta.jsonl": "0bdb2322fc4550702e3f401384b336880edc5f7fd747c527078583980bb62211",
|
| 468 |
+
"commits.index_meta.json": "659317e1a723465a196ec356ed658d0c436a07cfc840147f5476a9d59407b54d"
|
| 469 |
+
},
|
| 470 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 471 |
+
},
|
| 472 |
+
{
|
| 473 |
+
"dataset": "noise_075",
|
| 474 |
+
"repo": "pylint-dev_pylint",
|
| 475 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_075/pylint-dev_pylint_commits.json",
|
| 476 |
+
"json_sha256": "1db91db68b2ef56c13040be70a7205b7a624ab5718eb889bcf0fcc0b19c4e4a5",
|
| 477 |
+
"row_count": 10303,
|
| 478 |
+
"index_count": 10236,
|
| 479 |
+
"database_files_sha256": {
|
| 480 |
+
"commits.db": "5d1c4c0248a5ecb76b3b3abaf4fa91e2e4aee267fd8f3ec84e7167a2308a20c4",
|
| 481 |
+
"commits.faiss": "5498ce037e8ba0724be209e3d37fd9a76fe960b701b590aa2774757219e36acf",
|
| 482 |
+
"commits.meta.jsonl": "1c1e55e377a15e3f1cc435cf5f8864ee177514724b1231d0466f81b84f98f796",
|
| 483 |
+
"commits.index_meta.json": "c86fb98ffce12bc7d98f0a7fa3452557e55fdd240e2cd72b79742780c535966a"
|
| 484 |
+
},
|
| 485 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 486 |
+
},
|
| 487 |
+
{
|
| 488 |
+
"dataset": "noise_075",
|
| 489 |
+
"repo": "pytest-dev_pytest",
|
| 490 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_075/pytest-dev_pytest_commits.json",
|
| 491 |
+
"json_sha256": "89d7fb9596f64beaed5634bf32b8c99cc94f8cb6b03b055460283785a72e6397",
|
| 492 |
+
"row_count": 17940,
|
| 493 |
+
"index_count": 17847,
|
| 494 |
+
"database_files_sha256": {
|
| 495 |
+
"commits.db": "a398bd3e8805c7e131dc5c94814db1ec5541f11a2c3b508373c8a0e7511a4782",
|
| 496 |
+
"commits.faiss": "4599892b8d08c8762c51938c29bf3833392b69dc3cc080fbad000efc62fed607",
|
| 497 |
+
"commits.meta.jsonl": "f58d4def92698351f187a0d383e6a1721b91a6fc60d270120e7ed6997e799b32",
|
| 498 |
+
"commits.index_meta.json": "aed5f4f339a1b054bd7d761ec32690ee75c4133b3a3f6683e5b674dd14badb95"
|
| 499 |
+
},
|
| 500 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"dataset": "noise_075",
|
| 504 |
+
"repo": "scikit-learn_scikit-learn",
|
| 505 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_075/scikit-learn_scikit-learn_commits.json",
|
| 506 |
+
"json_sha256": "b03309a89c4c02b6cf49ac94b3832e04e16aaaab3d3bd306da95924118bf4063",
|
| 507 |
+
"row_count": 37390,
|
| 508 |
+
"index_count": 37182,
|
| 509 |
+
"database_files_sha256": {
|
| 510 |
+
"commits.db": "7120c3447ce033a8ab3d1110ffa27b7296d1d22378cb1ebfd61dccca43922a04",
|
| 511 |
+
"commits.faiss": "b9884ad6756ac823664e3b61a1bff512c5d7555fd499b32d78703d0bd5aa6cf7",
|
| 512 |
+
"commits.meta.jsonl": "c2977d9f6a25f32b47e3c3c4ea0bf1fbfdf67f54e279e12d3a92d87d1a0bcd55",
|
| 513 |
+
"commits.index_meta.json": "6dd75bb30f56c6a528c9de4ac9ecb9a053d9c6c2e60e6be507a9d8fe9bf3edc3"
|
| 514 |
+
},
|
| 515 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 516 |
+
},
|
| 517 |
+
{
|
| 518 |
+
"dataset": "noise_075",
|
| 519 |
+
"repo": "sphinx-doc_sphinx",
|
| 520 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_075/sphinx-doc_sphinx_commits.json",
|
| 521 |
+
"json_sha256": "b80b9f0422157a913688cedb20aff18b8b39e79776307fa4e5f268ca7b9583f7",
|
| 522 |
+
"row_count": 22232,
|
| 523 |
+
"index_count": 22081,
|
| 524 |
+
"database_files_sha256": {
|
| 525 |
+
"commits.db": "afa0749f88f407db531caa3be742e56dd97a2d8355fa462f4466404095e3ea6e",
|
| 526 |
+
"commits.faiss": "c3d6e04dc8006d0e29eb718a3bdcd5f01bfce1fbc25835672b34e1213bc1aa69",
|
| 527 |
+
"commits.meta.jsonl": "10130299f4929e50e33d8396cc34f04f98b151723145c2bb1b280bfd4212bca5",
|
| 528 |
+
"commits.index_meta.json": "da1bcbc00aac7562f03965c2f61721cdf35d6fa5dac92abecbb73f1e70ba0030"
|
| 529 |
+
},
|
| 530 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 531 |
+
},
|
| 532 |
+
{
|
| 533 |
+
"dataset": "noise_075",
|
| 534 |
+
"repo": "sympy_sympy",
|
| 535 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_075/sympy_sympy_commits.json",
|
| 536 |
+
"json_sha256": "6518b858b0b30adde65a4e626b6db421c5bebdb01a3e007b3f72087c25252a2b",
|
| 537 |
+
"row_count": 61658,
|
| 538 |
+
"index_count": 61377,
|
| 539 |
+
"database_files_sha256": {
|
| 540 |
+
"commits.db": "0c80c2a32f79c89bbe16b821ef491b4afe6dc486230e705db63f39cc26cebb98",
|
| 541 |
+
"commits.faiss": "e11250fc6ee37326103bdd3708931bd018adf46545c21f3a7a0ec0c1804b1686",
|
| 542 |
+
"commits.meta.jsonl": "dce57c0b8c0a541903c79369eadf699067a3c67acd494d0039a696a37dea1938",
|
| 543 |
+
"commits.index_meta.json": "116aa4ec4bb09bfb1c35127cd7b7ab20ef72551366f9d64b12b1e76e2ff17bd6"
|
| 544 |
+
},
|
| 545 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 546 |
+
},
|
| 547 |
+
{
|
| 548 |
+
"dataset": "noise_100",
|
| 549 |
+
"repo": "astropy_astropy",
|
| 550 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_100/astropy_astropy_commits.json",
|
| 551 |
+
"json_sha256": "80630e072f96181c7d7f97325b43da286b77f819a1c3ab7a4def7b76f99c9eee",
|
| 552 |
+
"row_count": 47643,
|
| 553 |
+
"index_count": 47527,
|
| 554 |
+
"database_files_sha256": {
|
| 555 |
+
"commits.db": "77d0b3d7d1044cd51adee8eb8df129feb295ae093c9856bb78ee7287478e4716",
|
| 556 |
+
"commits.faiss": "fd731b125fc3ddf99bcb561ab0ae61427425c18105be819a99ccf2373a90415b",
|
| 557 |
+
"commits.meta.jsonl": "61b85c602756442329d9950dbc2ab6fd46952f0002d28d861888f5f15d2304a7",
|
| 558 |
+
"commits.index_meta.json": "81c5afbd8715fcc283ffbe5b35e4b906f9599f629adf63e9e4ca0723ca77cea2"
|
| 559 |
+
},
|
| 560 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 561 |
+
},
|
| 562 |
+
{
|
| 563 |
+
"dataset": "noise_100",
|
| 564 |
+
"repo": "django_django",
|
| 565 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_100/django_django_commits.json",
|
| 566 |
+
"json_sha256": "ca6d790ef134165ff8d2c358bcf85daf907c26154952c1f01d5fde415616044d",
|
| 567 |
+
"row_count": 51057,
|
| 568 |
+
"index_count": 50710,
|
| 569 |
+
"database_files_sha256": {
|
| 570 |
+
"commits.db": "20a2b3aacdb555390f04c3b16f07fb58ca396817ac8e2b911fe95db667cca409",
|
| 571 |
+
"commits.faiss": "840d028a07bc7aad3ddca1533516b6c83b51358b2996abf6c26c7481a110b5cf",
|
| 572 |
+
"commits.meta.jsonl": "2edfc2af0dcb1100211c3c2c73624bed74eecd55be52f6a05eff2a7b76956d38",
|
| 573 |
+
"commits.index_meta.json": "9ecfb0fcb6e0d447d3a783935f87c573c44d459ec694607b69957d6984f51c34"
|
| 574 |
+
},
|
| 575 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 576 |
+
},
|
| 577 |
+
{
|
| 578 |
+
"dataset": "noise_100",
|
| 579 |
+
"repo": "matplotlib_matplotlib",
|
| 580 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_100/matplotlib_matplotlib_commits.json",
|
| 581 |
+
"json_sha256": "5b73db242df74cb92def27a39eaeb1c8aba3b34ca452df96adcb7d733841a03d",
|
| 582 |
+
"row_count": 53727,
|
| 583 |
+
"index_count": 53336,
|
| 584 |
+
"database_files_sha256": {
|
| 585 |
+
"commits.db": "a4da735f7f8c5ff4a38ba8827881cfdedbef9ee3006578d20d2f46f15915fe38",
|
| 586 |
+
"commits.faiss": "16d31eb677f06a8f0988852f107e3e698e090b89c7b2c17092e98864473ef817",
|
| 587 |
+
"commits.meta.jsonl": "5e7b142453e40300ef200f81e24808a1bd20b6eedc3734be645c3aa0122772f6",
|
| 588 |
+
"commits.index_meta.json": "6ab3f00d8244b0832ac42322aaf194cbeff494f1a40b97ebf758a82d0c0e7106"
|
| 589 |
+
},
|
| 590 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 591 |
+
},
|
| 592 |
+
{
|
| 593 |
+
"dataset": "noise_100",
|
| 594 |
+
"repo": "mwaskom_seaborn",
|
| 595 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_100/mwaskom_seaborn_commits.json",
|
| 596 |
+
"json_sha256": "45b78e327c9ce93051006c71416afd1131752ee2650d881e276689d447dcd461",
|
| 597 |
+
"row_count": 3499,
|
| 598 |
+
"index_count": 3470,
|
| 599 |
+
"database_files_sha256": {
|
| 600 |
+
"commits.db": "f0555ad654d7f11df6ed6bdb785fa8fa47d29a3da694340e2679433f86bfb79f",
|
| 601 |
+
"commits.faiss": "68aba6d71276a2ca22c1a3ac80e0849c46a8dfaeed1e0990df7ccaf2cce1237d",
|
| 602 |
+
"commits.meta.jsonl": "adf9073f4cd14fea03800d7a4dcd84d5da4d45b5b8f2da6dea8480d77b0e7a6d",
|
| 603 |
+
"commits.index_meta.json": "7313946dd6aa33ac366ce3b147cea7b15c5bad60e733f055fc96060aee9af72b"
|
| 604 |
+
},
|
| 605 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 606 |
+
},
|
| 607 |
+
{
|
| 608 |
+
"dataset": "noise_100",
|
| 609 |
+
"repo": "pallets_flask",
|
| 610 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_100/pallets_flask_commits.json",
|
| 611 |
+
"json_sha256": "249cac99d2460f0328ccf6d5c251bff92d3ee146c8d35dc118811e3fc633a964",
|
| 612 |
+
"row_count": 5506,
|
| 613 |
+
"index_count": 5483,
|
| 614 |
+
"database_files_sha256": {
|
| 615 |
+
"commits.db": "9fe35d42198d6512d7a9c3ca9548b4d04603a66dbb1e0a0029c41c4d486c30de",
|
| 616 |
+
"commits.faiss": "a2e891b464bf034667c0e10d2b36cbc13b52fd30d373b5b7ff4c360390d3f61e",
|
| 617 |
+
"commits.meta.jsonl": "67a571db944f53959687114cb945823236ccd6f7dea0d755404c1d7335080a3c",
|
| 618 |
+
"commits.index_meta.json": "dad19eb09edc0a49f754a4841f510513cbbec3cca335ae57fc2ea01ca50bc767"
|
| 619 |
+
},
|
| 620 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 621 |
+
},
|
| 622 |
+
{
|
| 623 |
+
"dataset": "noise_100",
|
| 624 |
+
"repo": "psf_requests",
|
| 625 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_100/psf_requests_commits.json",
|
| 626 |
+
"json_sha256": "f3adb7cb8538ac4f09e09b2949657407ba9bd9c24c0bfa3bb03df34c5f2799a7",
|
| 627 |
+
"row_count": 6625,
|
| 628 |
+
"index_count": 6574,
|
| 629 |
+
"database_files_sha256": {
|
| 630 |
+
"commits.db": "9a395423986d61a6e529d6d8347528287a455fcd50ae8116b26a986fa984f316",
|
| 631 |
+
"commits.faiss": "94b23736fb06e93b7f5887f8cb8d023abd8f1a62ed1fde100482532fdada85a8",
|
| 632 |
+
"commits.meta.jsonl": "410989ed9801fcb3e7406302290ad53ca572b536327618f6ddf2896c7dd8b16b",
|
| 633 |
+
"commits.index_meta.json": "f88020dc667e26782acd714d5853c16e1220dc5cdc674aba88690ca2e60be27b"
|
| 634 |
+
},
|
| 635 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 636 |
+
},
|
| 637 |
+
{
|
| 638 |
+
"dataset": "noise_100",
|
| 639 |
+
"repo": "pydata_xarray",
|
| 640 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_100/pydata_xarray_commits.json",
|
| 641 |
+
"json_sha256": "b6a9ca415e85f66d1757dbfbeaddf176d5261e9a46607b16c47b79af3e0700dd",
|
| 642 |
+
"row_count": 6270,
|
| 643 |
+
"index_count": 6249,
|
| 644 |
+
"database_files_sha256": {
|
| 645 |
+
"commits.db": "f7547db133b2f2ec54569cf29c755c5c937d8f2aa4a1f74e66a6477a24b92971",
|
| 646 |
+
"commits.faiss": "af428d042f731e5d604692d177aecb42ef40e29bb8575c9e4fd6c6767bbf94dc",
|
| 647 |
+
"commits.meta.jsonl": "0bdb2322fc4550702e3f401384b336880edc5f7fd747c527078583980bb62211",
|
| 648 |
+
"commits.index_meta.json": "659317e1a723465a196ec356ed658d0c436a07cfc840147f5476a9d59407b54d"
|
| 649 |
+
},
|
| 650 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 651 |
+
},
|
| 652 |
+
{
|
| 653 |
+
"dataset": "noise_100",
|
| 654 |
+
"repo": "pylint-dev_pylint",
|
| 655 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_100/pylint-dev_pylint_commits.json",
|
| 656 |
+
"json_sha256": "93b7495c93b7b2fd7af03a4403e83da8ceead304d99fcda019feefef39f44654",
|
| 657 |
+
"row_count": 10303,
|
| 658 |
+
"index_count": 10236,
|
| 659 |
+
"database_files_sha256": {
|
| 660 |
+
"commits.db": "9822e4c8b055acb510b454fa7eac649904b1becddcc87815d2491bf80134679c",
|
| 661 |
+
"commits.faiss": "829abdd13ecf60407940d6b90be36fdbcb996843dd345394130958a2138373b8",
|
| 662 |
+
"commits.meta.jsonl": "1c1e55e377a15e3f1cc435cf5f8864ee177514724b1231d0466f81b84f98f796",
|
| 663 |
+
"commits.index_meta.json": "c86fb98ffce12bc7d98f0a7fa3452557e55fdd240e2cd72b79742780c535966a"
|
| 664 |
+
},
|
| 665 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 666 |
+
},
|
| 667 |
+
{
|
| 668 |
+
"dataset": "noise_100",
|
| 669 |
+
"repo": "pytest-dev_pytest",
|
| 670 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_100/pytest-dev_pytest_commits.json",
|
| 671 |
+
"json_sha256": "c2a1823874a38cfc1fa363ee7be38d475f5f89738364c7d7c9be06390b02c9b4",
|
| 672 |
+
"row_count": 17940,
|
| 673 |
+
"index_count": 17847,
|
| 674 |
+
"database_files_sha256": {
|
| 675 |
+
"commits.db": "e7521b6b45c3c801204a8ab9910b546ceb071dc5e1072eaae24efcb917abd939",
|
| 676 |
+
"commits.faiss": "5b46b11f1c3b884825aa56e31f521a609858e097bfee4dcdb3c011e475276e35",
|
| 677 |
+
"commits.meta.jsonl": "f58d4def92698351f187a0d383e6a1721b91a6fc60d270120e7ed6997e799b32",
|
| 678 |
+
"commits.index_meta.json": "aed5f4f339a1b054bd7d761ec32690ee75c4133b3a3f6683e5b674dd14badb95"
|
| 679 |
+
},
|
| 680 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 681 |
+
},
|
| 682 |
+
{
|
| 683 |
+
"dataset": "noise_100",
|
| 684 |
+
"repo": "scikit-learn_scikit-learn",
|
| 685 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_100/scikit-learn_scikit-learn_commits.json",
|
| 686 |
+
"json_sha256": "08608046f9f8348d6cd2508ab2d04c7dde233433dc806f59196d70d0dbd49182",
|
| 687 |
+
"row_count": 37390,
|
| 688 |
+
"index_count": 37182,
|
| 689 |
+
"database_files_sha256": {
|
| 690 |
+
"commits.db": "b59ca4c9fb058549ad9c9ca3d763eea40d82161250181236158484bc198d9b48",
|
| 691 |
+
"commits.faiss": "9689825f9dd9190ab8244911ea5a16d5193a03ae31b5899f6de515fabf2772f2",
|
| 692 |
+
"commits.meta.jsonl": "c2977d9f6a25f32b47e3c3c4ea0bf1fbfdf67f54e279e12d3a92d87d1a0bcd55",
|
| 693 |
+
"commits.index_meta.json": "6dd75bb30f56c6a528c9de4ac9ecb9a053d9c6c2e60e6be507a9d8fe9bf3edc3"
|
| 694 |
+
},
|
| 695 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 696 |
+
},
|
| 697 |
+
{
|
| 698 |
+
"dataset": "noise_100",
|
| 699 |
+
"repo": "sphinx-doc_sphinx",
|
| 700 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_100/sphinx-doc_sphinx_commits.json",
|
| 701 |
+
"json_sha256": "0043d26e517910c4e900f05f00ca1ac1ea1e9b361ed438d2ea61899a3864566d",
|
| 702 |
+
"row_count": 22232,
|
| 703 |
+
"index_count": 22081,
|
| 704 |
+
"database_files_sha256": {
|
| 705 |
+
"commits.db": "cd2ea1db43b9c9506eeae94fc80674c7c9964a5187604d13413d978ce2698ad6",
|
| 706 |
+
"commits.faiss": "4b8ba3acc5b3a42773b6c1b5cc6c7dab2a01ffd6e3e9756ebdd515485f035904",
|
| 707 |
+
"commits.meta.jsonl": "10130299f4929e50e33d8396cc34f04f98b151723145c2bb1b280bfd4212bca5",
|
| 708 |
+
"commits.index_meta.json": "da1bcbc00aac7562f03965c2f61721cdf35d6fa5dac92abecbb73f1e70ba0030"
|
| 709 |
+
},
|
| 710 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 711 |
+
},
|
| 712 |
+
{
|
| 713 |
+
"dataset": "noise_100",
|
| 714 |
+
"repo": "sympy_sympy",
|
| 715 |
+
"json": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/mixed_json/noise_100/sympy_sympy_commits.json",
|
| 716 |
+
"json_sha256": "1b0578795a80d78fe739ba7123f964b026b32f06143fa33e3c831c61319d3317",
|
| 717 |
+
"row_count": 61658,
|
| 718 |
+
"index_count": 61377,
|
| 719 |
+
"database_files_sha256": {
|
| 720 |
+
"commits.db": "f122067e27dd2d4b859284a9ffaad1c2d530707a5fb15d2a03d58607b28cfa25",
|
| 721 |
+
"commits.faiss": "201143c01a24385e391db22dd89eee4d8fdd368a9b6aa65cc102d42d65fc56b3",
|
| 722 |
+
"commits.meta.jsonl": "dce57c0b8c0a541903c79369eadf699067a3c67acd494d0039a696a37dea1938",
|
| 723 |
+
"commits.index_meta.json": "116aa4ec4bb09bfb1c35127cd7b7ab20ef72551366f9d64b12b1e76e2ff17bd6"
|
| 724 |
+
},
|
| 725 |
+
"embedding_manifest_sha256": "7358712f01da810114d4baf1c61ecae3419cac19571070bdd7cbc22df7a1abde"
|
| 726 |
+
}
|
| 727 |
+
]
|
| 728 |
+
}
|
embedding_model_manifest.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"created_at": "2026-07-24T18:51:45.012440+00:00",
|
| 3 |
+
"model_id": "BAAI/bge-large-en-v1.5",
|
| 4 |
+
"source": "local_hf_cache",
|
| 5 |
+
"resolved_path": "/data/dyx/huggingface/hub/models--BAAI--bge-large-en-v1.5/snapshots/d4aa6901d3a41ba39fb536a557fa166f842b0e09",
|
| 6 |
+
"revision": "d4aa6901d3a41ba39fb536a557fa166f842b0e09",
|
| 7 |
+
"model_files_sha256": {
|
| 8 |
+
"config.json": "446712fac367857b4b1302762fe1cd7bfa8b3c4b77b4dc5d77c4025407660896",
|
| 9 |
+
"model.safetensors": "45e1954914e29bd74080e6c1510165274ff5279421c89f76c418878732f64ae7",
|
| 10 |
+
"tokenizer.json": "d241a60d5e8f04cc1b2b3e9ef7a4921b27bf526d9f6050ab90f9267a1f9e5c66",
|
| 11 |
+
"tokenizer_config.json": "9261e7d79b44c8195c1cada2b453e55b00aeb81e907a6664974b4d7776172ab3",
|
| 12 |
+
"vocab.txt": "07eced375cec144d27c900241f3e339478dec958f92fddbc551f295c992038a3"
|
| 13 |
+
},
|
| 14 |
+
"aggregate_sha256": "fc65bb2e9f5e8c9d93ed9697cf0c78baabf2d3d16a278df13a2ad9be77a73dac",
|
| 15 |
+
"versions": {
|
| 16 |
+
"transformers": "4.57.1",
|
| 17 |
+
"sentence_transformers": "5.6.0",
|
| 18 |
+
"faiss_cpu": "1.13.2",
|
| 19 |
+
"torch": "2.9.1",
|
| 20 |
+
"huggingface_hub": "0.36.2",
|
| 21 |
+
"modelscope": "1.37.1"
|
| 22 |
+
},
|
| 23 |
+
"embedding": {
|
| 24 |
+
"dimension": 1024,
|
| 25 |
+
"dtype": "float32",
|
| 26 |
+
"normalize": true,
|
| 27 |
+
"metric": "IP",
|
| 28 |
+
"text_mode": "problem_description"
|
| 29 |
+
}
|
| 30 |
+
}
|
mixed_datasets_manifest.json
ADDED
|
@@ -0,0 +1,581 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"seed": 42,
|
| 3 |
+
"datasets": [
|
| 4 |
+
{
|
| 5 |
+
"created_at": "2026-07-25T08:58:19.699319+00:00",
|
| 6 |
+
"repo": "astropy_astropy",
|
| 7 |
+
"seed": 42,
|
| 8 |
+
"ratio_percent": 25,
|
| 9 |
+
"denominator": 47527,
|
| 10 |
+
"selected_count": 11882,
|
| 11 |
+
"unindexed_count": 116,
|
| 12 |
+
"clean_json_sha256": "447327a6f093131d80aa289b386a285ad1ea16b2057b035b9b1444a6131db91e",
|
| 13 |
+
"noisy_json_sha256": "80630e072f96181c7d7f97325b43da286b77f819a1c3ab7a4def7b76f99c9eee",
|
| 14 |
+
"mixed_json_sha256": "5a70ae82e8f1211f6171cacadf5372f794e3c77c808751b12c9e5d0675c6d6e3"
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"created_at": "2026-07-25T08:58:21.884687+00:00",
|
| 18 |
+
"repo": "astropy_astropy",
|
| 19 |
+
"seed": 42,
|
| 20 |
+
"ratio_percent": 50,
|
| 21 |
+
"denominator": 47527,
|
| 22 |
+
"selected_count": 23764,
|
| 23 |
+
"unindexed_count": 116,
|
| 24 |
+
"clean_json_sha256": "447327a6f093131d80aa289b386a285ad1ea16b2057b035b9b1444a6131db91e",
|
| 25 |
+
"noisy_json_sha256": "80630e072f96181c7d7f97325b43da286b77f819a1c3ab7a4def7b76f99c9eee",
|
| 26 |
+
"mixed_json_sha256": "00579dcde3b5ef62bff824546fd60b9670c4284528c6199921d026b9298ab7ad"
|
| 27 |
+
},
|
| 28 |
+
{
|
| 29 |
+
"created_at": "2026-07-25T08:58:24.054150+00:00",
|
| 30 |
+
"repo": "astropy_astropy",
|
| 31 |
+
"seed": 42,
|
| 32 |
+
"ratio_percent": 75,
|
| 33 |
+
"denominator": 47527,
|
| 34 |
+
"selected_count": 35645,
|
| 35 |
+
"unindexed_count": 116,
|
| 36 |
+
"clean_json_sha256": "447327a6f093131d80aa289b386a285ad1ea16b2057b035b9b1444a6131db91e",
|
| 37 |
+
"noisy_json_sha256": "80630e072f96181c7d7f97325b43da286b77f819a1c3ab7a4def7b76f99c9eee",
|
| 38 |
+
"mixed_json_sha256": "04a2c1a86c81e1973818a866a64817ae7c5c662de5baa468ab0a62f786b3c719"
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"created_at": "2026-07-25T08:58:26.232477+00:00",
|
| 42 |
+
"repo": "astropy_astropy",
|
| 43 |
+
"seed": 42,
|
| 44 |
+
"ratio_percent": 100,
|
| 45 |
+
"denominator": 47527,
|
| 46 |
+
"selected_count": 47527,
|
| 47 |
+
"unindexed_count": 116,
|
| 48 |
+
"clean_json_sha256": "447327a6f093131d80aa289b386a285ad1ea16b2057b035b9b1444a6131db91e",
|
| 49 |
+
"noisy_json_sha256": "80630e072f96181c7d7f97325b43da286b77f819a1c3ab7a4def7b76f99c9eee",
|
| 50 |
+
"mixed_json_sha256": "80630e072f96181c7d7f97325b43da286b77f819a1c3ab7a4def7b76f99c9eee"
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"created_at": "2026-07-25T08:59:41.459439+00:00",
|
| 54 |
+
"repo": "django_django",
|
| 55 |
+
"seed": 42,
|
| 56 |
+
"ratio_percent": 25,
|
| 57 |
+
"denominator": 50710,
|
| 58 |
+
"selected_count": 12678,
|
| 59 |
+
"unindexed_count": 347,
|
| 60 |
+
"clean_json_sha256": "ab861fb7217bedde5dac541fb9b47ab330cb766053bcb7340acab6175557722f",
|
| 61 |
+
"noisy_json_sha256": "ca6d790ef134165ff8d2c358bcf85daf907c26154952c1f01d5fde415616044d",
|
| 62 |
+
"mixed_json_sha256": "ff8b5b92026c6c9c10726686dbd592fb74ffb36c4174e6d819589fdd4161ac8a"
|
| 63 |
+
},
|
| 64 |
+
{
|
| 65 |
+
"created_at": "2026-07-25T08:59:43.653857+00:00",
|
| 66 |
+
"repo": "django_django",
|
| 67 |
+
"seed": 42,
|
| 68 |
+
"ratio_percent": 50,
|
| 69 |
+
"denominator": 50710,
|
| 70 |
+
"selected_count": 25355,
|
| 71 |
+
"unindexed_count": 347,
|
| 72 |
+
"clean_json_sha256": "ab861fb7217bedde5dac541fb9b47ab330cb766053bcb7340acab6175557722f",
|
| 73 |
+
"noisy_json_sha256": "ca6d790ef134165ff8d2c358bcf85daf907c26154952c1f01d5fde415616044d",
|
| 74 |
+
"mixed_json_sha256": "8b8ae80c1c62cbde19d68a905d440744cce5f202eebc917cb2cc4953085a64fd"
|
| 75 |
+
},
|
| 76 |
+
{
|
| 77 |
+
"created_at": "2026-07-25T08:59:45.890529+00:00",
|
| 78 |
+
"repo": "django_django",
|
| 79 |
+
"seed": 42,
|
| 80 |
+
"ratio_percent": 75,
|
| 81 |
+
"denominator": 50710,
|
| 82 |
+
"selected_count": 38033,
|
| 83 |
+
"unindexed_count": 347,
|
| 84 |
+
"clean_json_sha256": "ab861fb7217bedde5dac541fb9b47ab330cb766053bcb7340acab6175557722f",
|
| 85 |
+
"noisy_json_sha256": "ca6d790ef134165ff8d2c358bcf85daf907c26154952c1f01d5fde415616044d",
|
| 86 |
+
"mixed_json_sha256": "6cc47d7703d254ca5762acbad41ccc38fbd9c6e0d6c77608f1572689d97ba4ef"
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"created_at": "2026-07-25T08:59:48.140081+00:00",
|
| 90 |
+
"repo": "django_django",
|
| 91 |
+
"seed": 42,
|
| 92 |
+
"ratio_percent": 100,
|
| 93 |
+
"denominator": 50710,
|
| 94 |
+
"selected_count": 50710,
|
| 95 |
+
"unindexed_count": 347,
|
| 96 |
+
"clean_json_sha256": "ab861fb7217bedde5dac541fb9b47ab330cb766053bcb7340acab6175557722f",
|
| 97 |
+
"noisy_json_sha256": "ca6d790ef134165ff8d2c358bcf85daf907c26154952c1f01d5fde415616044d",
|
| 98 |
+
"mixed_json_sha256": "ca6d790ef134165ff8d2c358bcf85daf907c26154952c1f01d5fde415616044d"
|
| 99 |
+
},
|
| 100 |
+
{
|
| 101 |
+
"created_at": "2026-07-25T09:00:32.082078+00:00",
|
| 102 |
+
"repo": "matplotlib_matplotlib",
|
| 103 |
+
"seed": 42,
|
| 104 |
+
"ratio_percent": 25,
|
| 105 |
+
"denominator": 53336,
|
| 106 |
+
"selected_count": 13334,
|
| 107 |
+
"unindexed_count": 391,
|
| 108 |
+
"clean_json_sha256": "8a01c026da68c06fc5346d65445e77d62cc7174c9d97d461065c2d4826397caf",
|
| 109 |
+
"noisy_json_sha256": "5b73db242df74cb92def27a39eaeb1c8aba3b34ca452df96adcb7d733841a03d",
|
| 110 |
+
"mixed_json_sha256": "05a751c108fe335e1274dc33a3a0c34e11a0338587ba7f3510c6578b76355e76"
|
| 111 |
+
},
|
| 112 |
+
{
|
| 113 |
+
"created_at": "2026-07-25T09:00:33.733569+00:00",
|
| 114 |
+
"repo": "matplotlib_matplotlib",
|
| 115 |
+
"seed": 42,
|
| 116 |
+
"ratio_percent": 50,
|
| 117 |
+
"denominator": 53336,
|
| 118 |
+
"selected_count": 26668,
|
| 119 |
+
"unindexed_count": 391,
|
| 120 |
+
"clean_json_sha256": "8a01c026da68c06fc5346d65445e77d62cc7174c9d97d461065c2d4826397caf",
|
| 121 |
+
"noisy_json_sha256": "5b73db242df74cb92def27a39eaeb1c8aba3b34ca452df96adcb7d733841a03d",
|
| 122 |
+
"mixed_json_sha256": "dc2e6daa437114681e7236baa3e1ee8f0aee9e0ede389083e2dd36306ecc2f46"
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"created_at": "2026-07-25T09:00:35.409355+00:00",
|
| 126 |
+
"repo": "matplotlib_matplotlib",
|
| 127 |
+
"seed": 42,
|
| 128 |
+
"ratio_percent": 75,
|
| 129 |
+
"denominator": 53336,
|
| 130 |
+
"selected_count": 40002,
|
| 131 |
+
"unindexed_count": 391,
|
| 132 |
+
"clean_json_sha256": "8a01c026da68c06fc5346d65445e77d62cc7174c9d97d461065c2d4826397caf",
|
| 133 |
+
"noisy_json_sha256": "5b73db242df74cb92def27a39eaeb1c8aba3b34ca452df96adcb7d733841a03d",
|
| 134 |
+
"mixed_json_sha256": "564009329ded2176b6a68326723beee76cd8afd477ff892c99ad7040e1754e84"
|
| 135 |
+
},
|
| 136 |
+
{
|
| 137 |
+
"created_at": "2026-07-25T09:00:37.095487+00:00",
|
| 138 |
+
"repo": "matplotlib_matplotlib",
|
| 139 |
+
"seed": 42,
|
| 140 |
+
"ratio_percent": 100,
|
| 141 |
+
"denominator": 53336,
|
| 142 |
+
"selected_count": 53336,
|
| 143 |
+
"unindexed_count": 391,
|
| 144 |
+
"clean_json_sha256": "8a01c026da68c06fc5346d65445e77d62cc7174c9d97d461065c2d4826397caf",
|
| 145 |
+
"noisy_json_sha256": "5b73db242df74cb92def27a39eaeb1c8aba3b34ca452df96adcb7d733841a03d",
|
| 146 |
+
"mixed_json_sha256": "5b73db242df74cb92def27a39eaeb1c8aba3b34ca452df96adcb7d733841a03d"
|
| 147 |
+
},
|
| 148 |
+
{
|
| 149 |
+
"created_at": "2026-07-25T09:00:53.889491+00:00",
|
| 150 |
+
"repo": "mwaskom_seaborn",
|
| 151 |
+
"seed": 42,
|
| 152 |
+
"ratio_percent": 25,
|
| 153 |
+
"denominator": 3470,
|
| 154 |
+
"selected_count": 868,
|
| 155 |
+
"unindexed_count": 29,
|
| 156 |
+
"clean_json_sha256": "379a45a703684405e5c9068c6886314daf7bdede94c390ab2294e6e34a04ecc8",
|
| 157 |
+
"noisy_json_sha256": "45b78e327c9ce93051006c71416afd1131752ee2650d881e276689d447dcd461",
|
| 158 |
+
"mixed_json_sha256": "602816c7fe891d605c64fae5acbfff6a68f641a57a70751e677c4a2ee0ef65a8"
|
| 159 |
+
},
|
| 160 |
+
{
|
| 161 |
+
"created_at": "2026-07-25T09:00:54.535578+00:00",
|
| 162 |
+
"repo": "mwaskom_seaborn",
|
| 163 |
+
"seed": 42,
|
| 164 |
+
"ratio_percent": 50,
|
| 165 |
+
"denominator": 3470,
|
| 166 |
+
"selected_count": 1735,
|
| 167 |
+
"unindexed_count": 29,
|
| 168 |
+
"clean_json_sha256": "379a45a703684405e5c9068c6886314daf7bdede94c390ab2294e6e34a04ecc8",
|
| 169 |
+
"noisy_json_sha256": "45b78e327c9ce93051006c71416afd1131752ee2650d881e276689d447dcd461",
|
| 170 |
+
"mixed_json_sha256": "91c1fb805d04932fb441c83b91f451480f35ac5f361f1f156e7198cdf3cae893"
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"created_at": "2026-07-25T09:00:55.157951+00:00",
|
| 174 |
+
"repo": "mwaskom_seaborn",
|
| 175 |
+
"seed": 42,
|
| 176 |
+
"ratio_percent": 75,
|
| 177 |
+
"denominator": 3470,
|
| 178 |
+
"selected_count": 2603,
|
| 179 |
+
"unindexed_count": 29,
|
| 180 |
+
"clean_json_sha256": "379a45a703684405e5c9068c6886314daf7bdede94c390ab2294e6e34a04ecc8",
|
| 181 |
+
"noisy_json_sha256": "45b78e327c9ce93051006c71416afd1131752ee2650d881e276689d447dcd461",
|
| 182 |
+
"mixed_json_sha256": "5d694a009b37bf2f25e70b4dd8a4b3e0735fc7402fcac0225b0f37b6482d3723"
|
| 183 |
+
},
|
| 184 |
+
{
|
| 185 |
+
"created_at": "2026-07-25T09:00:55.781376+00:00",
|
| 186 |
+
"repo": "mwaskom_seaborn",
|
| 187 |
+
"seed": 42,
|
| 188 |
+
"ratio_percent": 100,
|
| 189 |
+
"denominator": 3470,
|
| 190 |
+
"selected_count": 3470,
|
| 191 |
+
"unindexed_count": 29,
|
| 192 |
+
"clean_json_sha256": "379a45a703684405e5c9068c6886314daf7bdede94c390ab2294e6e34a04ecc8",
|
| 193 |
+
"noisy_json_sha256": "45b78e327c9ce93051006c71416afd1131752ee2650d881e276689d447dcd461",
|
| 194 |
+
"mixed_json_sha256": "45b78e327c9ce93051006c71416afd1131752ee2650d881e276689d447dcd461"
|
| 195 |
+
},
|
| 196 |
+
{
|
| 197 |
+
"created_at": "2026-07-25T09:01:00.093629+00:00",
|
| 198 |
+
"repo": "pallets_flask",
|
| 199 |
+
"seed": 42,
|
| 200 |
+
"ratio_percent": 25,
|
| 201 |
+
"denominator": 5483,
|
| 202 |
+
"selected_count": 1371,
|
| 203 |
+
"unindexed_count": 23,
|
| 204 |
+
"clean_json_sha256": "0d6f1be7c4d0b827d9af6e023370041b095c3cc50937595a6035077e58152401",
|
| 205 |
+
"noisy_json_sha256": "249cac99d2460f0328ccf6d5c251bff92d3ee146c8d35dc118811e3fc633a964",
|
| 206 |
+
"mixed_json_sha256": "ac58d41d46109f17aa78ab189f2434f71c2c0daabb058d1d85acf381ca0b7ce7"
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"created_at": "2026-07-25T09:01:00.241020+00:00",
|
| 210 |
+
"repo": "pallets_flask",
|
| 211 |
+
"seed": 42,
|
| 212 |
+
"ratio_percent": 50,
|
| 213 |
+
"denominator": 5483,
|
| 214 |
+
"selected_count": 2742,
|
| 215 |
+
"unindexed_count": 23,
|
| 216 |
+
"clean_json_sha256": "0d6f1be7c4d0b827d9af6e023370041b095c3cc50937595a6035077e58152401",
|
| 217 |
+
"noisy_json_sha256": "249cac99d2460f0328ccf6d5c251bff92d3ee146c8d35dc118811e3fc633a964",
|
| 218 |
+
"mixed_json_sha256": "7d9fd191e3226d8ef8814fbdac2be7a14ef68bb119c7d92321632ffeaf1c0879"
|
| 219 |
+
},
|
| 220 |
+
{
|
| 221 |
+
"created_at": "2026-07-25T09:01:00.364297+00:00",
|
| 222 |
+
"repo": "pallets_flask",
|
| 223 |
+
"seed": 42,
|
| 224 |
+
"ratio_percent": 75,
|
| 225 |
+
"denominator": 5483,
|
| 226 |
+
"selected_count": 4112,
|
| 227 |
+
"unindexed_count": 23,
|
| 228 |
+
"clean_json_sha256": "0d6f1be7c4d0b827d9af6e023370041b095c3cc50937595a6035077e58152401",
|
| 229 |
+
"noisy_json_sha256": "249cac99d2460f0328ccf6d5c251bff92d3ee146c8d35dc118811e3fc633a964",
|
| 230 |
+
"mixed_json_sha256": "b35cb0b0ee1f903d2702d6c36d0dc3c3600fd9f4a051330526621b7f18525372"
|
| 231 |
+
},
|
| 232 |
+
{
|
| 233 |
+
"created_at": "2026-07-25T09:01:00.489346+00:00",
|
| 234 |
+
"repo": "pallets_flask",
|
| 235 |
+
"seed": 42,
|
| 236 |
+
"ratio_percent": 100,
|
| 237 |
+
"denominator": 5483,
|
| 238 |
+
"selected_count": 5483,
|
| 239 |
+
"unindexed_count": 23,
|
| 240 |
+
"clean_json_sha256": "0d6f1be7c4d0b827d9af6e023370041b095c3cc50937595a6035077e58152401",
|
| 241 |
+
"noisy_json_sha256": "249cac99d2460f0328ccf6d5c251bff92d3ee146c8d35dc118811e3fc633a964",
|
| 242 |
+
"mixed_json_sha256": "249cac99d2460f0328ccf6d5c251bff92d3ee146c8d35dc118811e3fc633a964"
|
| 243 |
+
},
|
| 244 |
+
{
|
| 245 |
+
"created_at": "2026-07-25T09:01:05.444768+00:00",
|
| 246 |
+
"repo": "psf_requests",
|
| 247 |
+
"seed": 42,
|
| 248 |
+
"ratio_percent": 25,
|
| 249 |
+
"denominator": 6574,
|
| 250 |
+
"selected_count": 1644,
|
| 251 |
+
"unindexed_count": 51,
|
| 252 |
+
"clean_json_sha256": "7f62e34ae1cb2cbe113037c7e36656bfa461806189f6c856816734d2e9926595",
|
| 253 |
+
"noisy_json_sha256": "f3adb7cb8538ac4f09e09b2949657407ba9bd9c24c0bfa3bb03df34c5f2799a7",
|
| 254 |
+
"mixed_json_sha256": "7e967942bb682916e5d33ef88c8205e6f09337b4aa147edee2107cfc074157fe"
|
| 255 |
+
},
|
| 256 |
+
{
|
| 257 |
+
"created_at": "2026-07-25T09:01:05.657492+00:00",
|
| 258 |
+
"repo": "psf_requests",
|
| 259 |
+
"seed": 42,
|
| 260 |
+
"ratio_percent": 50,
|
| 261 |
+
"denominator": 6574,
|
| 262 |
+
"selected_count": 3287,
|
| 263 |
+
"unindexed_count": 51,
|
| 264 |
+
"clean_json_sha256": "7f62e34ae1cb2cbe113037c7e36656bfa461806189f6c856816734d2e9926595",
|
| 265 |
+
"noisy_json_sha256": "f3adb7cb8538ac4f09e09b2949657407ba9bd9c24c0bfa3bb03df34c5f2799a7",
|
| 266 |
+
"mixed_json_sha256": "42a1c20b1588ca8c8e74589bf377130512098c20080ac2c52954ddf15c9b7598"
|
| 267 |
+
},
|
| 268 |
+
{
|
| 269 |
+
"created_at": "2026-07-25T09:01:05.840295+00:00",
|
| 270 |
+
"repo": "psf_requests",
|
| 271 |
+
"seed": 42,
|
| 272 |
+
"ratio_percent": 75,
|
| 273 |
+
"denominator": 6574,
|
| 274 |
+
"selected_count": 4931,
|
| 275 |
+
"unindexed_count": 51,
|
| 276 |
+
"clean_json_sha256": "7f62e34ae1cb2cbe113037c7e36656bfa461806189f6c856816734d2e9926595",
|
| 277 |
+
"noisy_json_sha256": "f3adb7cb8538ac4f09e09b2949657407ba9bd9c24c0bfa3bb03df34c5f2799a7",
|
| 278 |
+
"mixed_json_sha256": "c80a28f353950b6d7235d03428ea08fe77cfa374d28ad5f3c4ff44552564c332"
|
| 279 |
+
},
|
| 280 |
+
{
|
| 281 |
+
"created_at": "2026-07-25T09:01:06.025642+00:00",
|
| 282 |
+
"repo": "psf_requests",
|
| 283 |
+
"seed": 42,
|
| 284 |
+
"ratio_percent": 100,
|
| 285 |
+
"denominator": 6574,
|
| 286 |
+
"selected_count": 6574,
|
| 287 |
+
"unindexed_count": 51,
|
| 288 |
+
"clean_json_sha256": "7f62e34ae1cb2cbe113037c7e36656bfa461806189f6c856816734d2e9926595",
|
| 289 |
+
"noisy_json_sha256": "f3adb7cb8538ac4f09e09b2949657407ba9bd9c24c0bfa3bb03df34c5f2799a7",
|
| 290 |
+
"mixed_json_sha256": "f3adb7cb8538ac4f09e09b2949657407ba9bd9c24c0bfa3bb03df34c5f2799a7"
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"created_at": "2026-07-25T09:01:13.521291+00:00",
|
| 294 |
+
"repo": "pydata_xarray",
|
| 295 |
+
"seed": 42,
|
| 296 |
+
"ratio_percent": 25,
|
| 297 |
+
"denominator": 6249,
|
| 298 |
+
"selected_count": 1562,
|
| 299 |
+
"unindexed_count": 21,
|
| 300 |
+
"clean_json_sha256": "f7eeb847785966f451a013c23a2a8aed4e7915d73333d2c1699e8df815f69557",
|
| 301 |
+
"noisy_json_sha256": "b6a9ca415e85f66d1757dbfbeaddf176d5261e9a46607b16c47b79af3e0700dd",
|
| 302 |
+
"mixed_json_sha256": "93ca78696114c34fdf77e7db6a23101c0904859dd667a433b82f58fde00ae329"
|
| 303 |
+
},
|
| 304 |
+
{
|
| 305 |
+
"created_at": "2026-07-25T09:01:13.823300+00:00",
|
| 306 |
+
"repo": "pydata_xarray",
|
| 307 |
+
"seed": 42,
|
| 308 |
+
"ratio_percent": 50,
|
| 309 |
+
"denominator": 6249,
|
| 310 |
+
"selected_count": 3125,
|
| 311 |
+
"unindexed_count": 21,
|
| 312 |
+
"clean_json_sha256": "f7eeb847785966f451a013c23a2a8aed4e7915d73333d2c1699e8df815f69557",
|
| 313 |
+
"noisy_json_sha256": "b6a9ca415e85f66d1757dbfbeaddf176d5261e9a46607b16c47b79af3e0700dd",
|
| 314 |
+
"mixed_json_sha256": "993b305c0e125c3b86ced5a3be33734533352a9106f03f0202e66353d14ab479"
|
| 315 |
+
},
|
| 316 |
+
{
|
| 317 |
+
"created_at": "2026-07-25T09:01:14.084505+00:00",
|
| 318 |
+
"repo": "pydata_xarray",
|
| 319 |
+
"seed": 42,
|
| 320 |
+
"ratio_percent": 75,
|
| 321 |
+
"denominator": 6249,
|
| 322 |
+
"selected_count": 4687,
|
| 323 |
+
"unindexed_count": 21,
|
| 324 |
+
"clean_json_sha256": "f7eeb847785966f451a013c23a2a8aed4e7915d73333d2c1699e8df815f69557",
|
| 325 |
+
"noisy_json_sha256": "b6a9ca415e85f66d1757dbfbeaddf176d5261e9a46607b16c47b79af3e0700dd",
|
| 326 |
+
"mixed_json_sha256": "e39ac204f9369d1e5be01fc88363612613b20619426e390c0e057bff026e9b14"
|
| 327 |
+
},
|
| 328 |
+
{
|
| 329 |
+
"created_at": "2026-07-25T09:01:14.362683+00:00",
|
| 330 |
+
"repo": "pydata_xarray",
|
| 331 |
+
"seed": 42,
|
| 332 |
+
"ratio_percent": 100,
|
| 333 |
+
"denominator": 6249,
|
| 334 |
+
"selected_count": 6249,
|
| 335 |
+
"unindexed_count": 21,
|
| 336 |
+
"clean_json_sha256": "f7eeb847785966f451a013c23a2a8aed4e7915d73333d2c1699e8df815f69557",
|
| 337 |
+
"noisy_json_sha256": "b6a9ca415e85f66d1757dbfbeaddf176d5261e9a46607b16c47b79af3e0700dd",
|
| 338 |
+
"mixed_json_sha256": "b6a9ca415e85f66d1757dbfbeaddf176d5261e9a46607b16c47b79af3e0700dd"
|
| 339 |
+
},
|
| 340 |
+
{
|
| 341 |
+
"created_at": "2026-07-25T09:01:23.725062+00:00",
|
| 342 |
+
"repo": "pylint-dev_pylint",
|
| 343 |
+
"seed": 42,
|
| 344 |
+
"ratio_percent": 25,
|
| 345 |
+
"denominator": 10236,
|
| 346 |
+
"selected_count": 2559,
|
| 347 |
+
"unindexed_count": 67,
|
| 348 |
+
"clean_json_sha256": "269ab19d0f041082864944f18719f05b6c4b77fc3678067bdf0325dfead6487a",
|
| 349 |
+
"noisy_json_sha256": "93b7495c93b7b2fd7af03a4403e83da8ceead304d99fcda019feefef39f44654",
|
| 350 |
+
"mixed_json_sha256": "2928cec9ca2ae033b9330c0c4b0653e20980fe65feb5ca024b619a93ef633cfe"
|
| 351 |
+
},
|
| 352 |
+
{
|
| 353 |
+
"created_at": "2026-07-25T09:01:24.081064+00:00",
|
| 354 |
+
"repo": "pylint-dev_pylint",
|
| 355 |
+
"seed": 42,
|
| 356 |
+
"ratio_percent": 50,
|
| 357 |
+
"denominator": 10236,
|
| 358 |
+
"selected_count": 5118,
|
| 359 |
+
"unindexed_count": 67,
|
| 360 |
+
"clean_json_sha256": "269ab19d0f041082864944f18719f05b6c4b77fc3678067bdf0325dfead6487a",
|
| 361 |
+
"noisy_json_sha256": "93b7495c93b7b2fd7af03a4403e83da8ceead304d99fcda019feefef39f44654",
|
| 362 |
+
"mixed_json_sha256": "48301c908d9a0d61c3e437ec10ce8f7228c783596097c616aaf8a10aab03eb36"
|
| 363 |
+
},
|
| 364 |
+
{
|
| 365 |
+
"created_at": "2026-07-25T09:01:24.404671+00:00",
|
| 366 |
+
"repo": "pylint-dev_pylint",
|
| 367 |
+
"seed": 42,
|
| 368 |
+
"ratio_percent": 75,
|
| 369 |
+
"denominator": 10236,
|
| 370 |
+
"selected_count": 7677,
|
| 371 |
+
"unindexed_count": 67,
|
| 372 |
+
"clean_json_sha256": "269ab19d0f041082864944f18719f05b6c4b77fc3678067bdf0325dfead6487a",
|
| 373 |
+
"noisy_json_sha256": "93b7495c93b7b2fd7af03a4403e83da8ceead304d99fcda019feefef39f44654",
|
| 374 |
+
"mixed_json_sha256": "1db91db68b2ef56c13040be70a7205b7a624ab5718eb889bcf0fcc0b19c4e4a5"
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"created_at": "2026-07-25T09:01:24.728361+00:00",
|
| 378 |
+
"repo": "pylint-dev_pylint",
|
| 379 |
+
"seed": 42,
|
| 380 |
+
"ratio_percent": 100,
|
| 381 |
+
"denominator": 10236,
|
| 382 |
+
"selected_count": 10236,
|
| 383 |
+
"unindexed_count": 67,
|
| 384 |
+
"clean_json_sha256": "269ab19d0f041082864944f18719f05b6c4b77fc3678067bdf0325dfead6487a",
|
| 385 |
+
"noisy_json_sha256": "93b7495c93b7b2fd7af03a4403e83da8ceead304d99fcda019feefef39f44654",
|
| 386 |
+
"mixed_json_sha256": "93b7495c93b7b2fd7af03a4403e83da8ceead304d99fcda019feefef39f44654"
|
| 387 |
+
},
|
| 388 |
+
{
|
| 389 |
+
"created_at": "2026-07-25T09:01:40.941558+00:00",
|
| 390 |
+
"repo": "pytest-dev_pytest",
|
| 391 |
+
"seed": 42,
|
| 392 |
+
"ratio_percent": 25,
|
| 393 |
+
"denominator": 17847,
|
| 394 |
+
"selected_count": 4462,
|
| 395 |
+
"unindexed_count": 93,
|
| 396 |
+
"clean_json_sha256": "0cf0aef52f543eb76c22417e30b4a4385318cde3ef011af8137e3acdcfe622e7",
|
| 397 |
+
"noisy_json_sha256": "c2a1823874a38cfc1fa363ee7be38d475f5f89738364c7d7c9be06390b02c9b4",
|
| 398 |
+
"mixed_json_sha256": "e967ca619244e92596d2f0fe6280a86b8761c479b585964ad02bae01eefb4fc6"
|
| 399 |
+
},
|
| 400 |
+
{
|
| 401 |
+
"created_at": "2026-07-25T09:01:41.632876+00:00",
|
| 402 |
+
"repo": "pytest-dev_pytest",
|
| 403 |
+
"seed": 42,
|
| 404 |
+
"ratio_percent": 50,
|
| 405 |
+
"denominator": 17847,
|
| 406 |
+
"selected_count": 8924,
|
| 407 |
+
"unindexed_count": 93,
|
| 408 |
+
"clean_json_sha256": "0cf0aef52f543eb76c22417e30b4a4385318cde3ef011af8137e3acdcfe622e7",
|
| 409 |
+
"noisy_json_sha256": "c2a1823874a38cfc1fa363ee7be38d475f5f89738364c7d7c9be06390b02c9b4",
|
| 410 |
+
"mixed_json_sha256": "1e9bb8b0b7261d5c77f44f85c647d1a2805de4ea68e630586587539b305781e8"
|
| 411 |
+
},
|
| 412 |
+
{
|
| 413 |
+
"created_at": "2026-07-25T09:01:42.281837+00:00",
|
| 414 |
+
"repo": "pytest-dev_pytest",
|
| 415 |
+
"seed": 42,
|
| 416 |
+
"ratio_percent": 75,
|
| 417 |
+
"denominator": 17847,
|
| 418 |
+
"selected_count": 13385,
|
| 419 |
+
"unindexed_count": 93,
|
| 420 |
+
"clean_json_sha256": "0cf0aef52f543eb76c22417e30b4a4385318cde3ef011af8137e3acdcfe622e7",
|
| 421 |
+
"noisy_json_sha256": "c2a1823874a38cfc1fa363ee7be38d475f5f89738364c7d7c9be06390b02c9b4",
|
| 422 |
+
"mixed_json_sha256": "89d7fb9596f64beaed5634bf32b8c99cc94f8cb6b03b055460283785a72e6397"
|
| 423 |
+
},
|
| 424 |
+
{
|
| 425 |
+
"created_at": "2026-07-25T09:01:42.959691+00:00",
|
| 426 |
+
"repo": "pytest-dev_pytest",
|
| 427 |
+
"seed": 42,
|
| 428 |
+
"ratio_percent": 100,
|
| 429 |
+
"denominator": 17847,
|
| 430 |
+
"selected_count": 17847,
|
| 431 |
+
"unindexed_count": 93,
|
| 432 |
+
"clean_json_sha256": "0cf0aef52f543eb76c22417e30b4a4385318cde3ef011af8137e3acdcfe622e7",
|
| 433 |
+
"noisy_json_sha256": "c2a1823874a38cfc1fa363ee7be38d475f5f89738364c7d7c9be06390b02c9b4",
|
| 434 |
+
"mixed_json_sha256": "c2a1823874a38cfc1fa363ee7be38d475f5f89738364c7d7c9be06390b02c9b4"
|
| 435 |
+
},
|
| 436 |
+
{
|
| 437 |
+
"created_at": "2026-07-25T09:05:36.918767+00:00",
|
| 438 |
+
"repo": "scikit-learn_scikit-learn",
|
| 439 |
+
"seed": 42,
|
| 440 |
+
"ratio_percent": 25,
|
| 441 |
+
"denominator": 37182,
|
| 442 |
+
"selected_count": 9296,
|
| 443 |
+
"unindexed_count": 208,
|
| 444 |
+
"clean_json_sha256": "d0a60471b50b73168d2c3b1efc21fe6232a174be0bc0bd13ff805f8518e31d94",
|
| 445 |
+
"noisy_json_sha256": "08608046f9f8348d6cd2508ab2d04c7dde233433dc806f59196d70d0dbd49182",
|
| 446 |
+
"mixed_json_sha256": "e92bc10217d935f913611de2535929d5f9c2d438b87cd237484efd12f2faf7a6"
|
| 447 |
+
},
|
| 448 |
+
{
|
| 449 |
+
"created_at": "2026-07-25T09:05:42.035621+00:00",
|
| 450 |
+
"repo": "scikit-learn_scikit-learn",
|
| 451 |
+
"seed": 42,
|
| 452 |
+
"ratio_percent": 50,
|
| 453 |
+
"denominator": 37182,
|
| 454 |
+
"selected_count": 18591,
|
| 455 |
+
"unindexed_count": 208,
|
| 456 |
+
"clean_json_sha256": "d0a60471b50b73168d2c3b1efc21fe6232a174be0bc0bd13ff805f8518e31d94",
|
| 457 |
+
"noisy_json_sha256": "08608046f9f8348d6cd2508ab2d04c7dde233433dc806f59196d70d0dbd49182",
|
| 458 |
+
"mixed_json_sha256": "d9f51e6f1bffb617fde9aa3eae1da9a0843cfbdfaadf4840f4c43c05128b9804"
|
| 459 |
+
},
|
| 460 |
+
{
|
| 461 |
+
"created_at": "2026-07-25T09:05:47.069770+00:00",
|
| 462 |
+
"repo": "scikit-learn_scikit-learn",
|
| 463 |
+
"seed": 42,
|
| 464 |
+
"ratio_percent": 75,
|
| 465 |
+
"denominator": 37182,
|
| 466 |
+
"selected_count": 27887,
|
| 467 |
+
"unindexed_count": 208,
|
| 468 |
+
"clean_json_sha256": "d0a60471b50b73168d2c3b1efc21fe6232a174be0bc0bd13ff805f8518e31d94",
|
| 469 |
+
"noisy_json_sha256": "08608046f9f8348d6cd2508ab2d04c7dde233433dc806f59196d70d0dbd49182",
|
| 470 |
+
"mixed_json_sha256": "b03309a89c4c02b6cf49ac94b3832e04e16aaaab3d3bd306da95924118bf4063"
|
| 471 |
+
},
|
| 472 |
+
{
|
| 473 |
+
"created_at": "2026-07-25T09:05:52.331328+00:00",
|
| 474 |
+
"repo": "scikit-learn_scikit-learn",
|
| 475 |
+
"seed": 42,
|
| 476 |
+
"ratio_percent": 100,
|
| 477 |
+
"denominator": 37182,
|
| 478 |
+
"selected_count": 37182,
|
| 479 |
+
"unindexed_count": 208,
|
| 480 |
+
"clean_json_sha256": "d0a60471b50b73168d2c3b1efc21fe6232a174be0bc0bd13ff805f8518e31d94",
|
| 481 |
+
"noisy_json_sha256": "08608046f9f8348d6cd2508ab2d04c7dde233433dc806f59196d70d0dbd49182",
|
| 482 |
+
"mixed_json_sha256": "08608046f9f8348d6cd2508ab2d04c7dde233433dc806f59196d70d0dbd49182"
|
| 483 |
+
},
|
| 484 |
+
{
|
| 485 |
+
"created_at": "2026-07-25T09:07:31.962343+00:00",
|
| 486 |
+
"repo": "sphinx-doc_sphinx",
|
| 487 |
+
"seed": 42,
|
| 488 |
+
"ratio_percent": 25,
|
| 489 |
+
"denominator": 22081,
|
| 490 |
+
"selected_count": 5520,
|
| 491 |
+
"unindexed_count": 151,
|
| 492 |
+
"clean_json_sha256": "155ce0ffdf8b802db766bf0670e3f670f43d6389afa211386f87cb2b6bc86660",
|
| 493 |
+
"noisy_json_sha256": "0043d26e517910c4e900f05f00ca1ac1ea1e9b361ed438d2ea61899a3864566d",
|
| 494 |
+
"mixed_json_sha256": "f7fabd55228d580a7457cb56a5e84eaa0559f5951649037eed48c808203ba6bc"
|
| 495 |
+
},
|
| 496 |
+
{
|
| 497 |
+
"created_at": "2026-07-25T09:07:34.391336+00:00",
|
| 498 |
+
"repo": "sphinx-doc_sphinx",
|
| 499 |
+
"seed": 42,
|
| 500 |
+
"ratio_percent": 50,
|
| 501 |
+
"denominator": 22081,
|
| 502 |
+
"selected_count": 11041,
|
| 503 |
+
"unindexed_count": 151,
|
| 504 |
+
"clean_json_sha256": "155ce0ffdf8b802db766bf0670e3f670f43d6389afa211386f87cb2b6bc86660",
|
| 505 |
+
"noisy_json_sha256": "0043d26e517910c4e900f05f00ca1ac1ea1e9b361ed438d2ea61899a3864566d",
|
| 506 |
+
"mixed_json_sha256": "44378451805c61c58d9edd189bb6c6488e37c1b1bdadc517255863bd671c386d"
|
| 507 |
+
},
|
| 508 |
+
{
|
| 509 |
+
"created_at": "2026-07-25T09:07:36.879147+00:00",
|
| 510 |
+
"repo": "sphinx-doc_sphinx",
|
| 511 |
+
"seed": 42,
|
| 512 |
+
"ratio_percent": 75,
|
| 513 |
+
"denominator": 22081,
|
| 514 |
+
"selected_count": 16561,
|
| 515 |
+
"unindexed_count": 151,
|
| 516 |
+
"clean_json_sha256": "155ce0ffdf8b802db766bf0670e3f670f43d6389afa211386f87cb2b6bc86660",
|
| 517 |
+
"noisy_json_sha256": "0043d26e517910c4e900f05f00ca1ac1ea1e9b361ed438d2ea61899a3864566d",
|
| 518 |
+
"mixed_json_sha256": "b80b9f0422157a913688cedb20aff18b8b39e79776307fa4e5f268ca7b9583f7"
|
| 519 |
+
},
|
| 520 |
+
{
|
| 521 |
+
"created_at": "2026-07-25T09:07:39.422835+00:00",
|
| 522 |
+
"repo": "sphinx-doc_sphinx",
|
| 523 |
+
"seed": 42,
|
| 524 |
+
"ratio_percent": 100,
|
| 525 |
+
"denominator": 22081,
|
| 526 |
+
"selected_count": 22081,
|
| 527 |
+
"unindexed_count": 151,
|
| 528 |
+
"clean_json_sha256": "155ce0ffdf8b802db766bf0670e3f670f43d6389afa211386f87cb2b6bc86660",
|
| 529 |
+
"noisy_json_sha256": "0043d26e517910c4e900f05f00ca1ac1ea1e9b361ed438d2ea61899a3864566d",
|
| 530 |
+
"mixed_json_sha256": "0043d26e517910c4e900f05f00ca1ac1ea1e9b361ed438d2ea61899a3864566d"
|
| 531 |
+
},
|
| 532 |
+
{
|
| 533 |
+
"created_at": "2026-07-25T09:13:18.697335+00:00",
|
| 534 |
+
"repo": "sympy_sympy",
|
| 535 |
+
"seed": 42,
|
| 536 |
+
"ratio_percent": 25,
|
| 537 |
+
"denominator": 61377,
|
| 538 |
+
"selected_count": 15344,
|
| 539 |
+
"unindexed_count": 281,
|
| 540 |
+
"clean_json_sha256": "2ec35abfceac2e96b39e83d5c7d70429be2e4d406335abb643e572ac49ff386f",
|
| 541 |
+
"noisy_json_sha256": "1b0578795a80d78fe739ba7123f964b026b32f06143fa33e3c831c61319d3317",
|
| 542 |
+
"mixed_json_sha256": "90cf2096ea8be2b77aa8f7654169079fe81f2c8a45fe6f634da0796b4c21b68a"
|
| 543 |
+
},
|
| 544 |
+
{
|
| 545 |
+
"created_at": "2026-07-25T09:13:26.653642+00:00",
|
| 546 |
+
"repo": "sympy_sympy",
|
| 547 |
+
"seed": 42,
|
| 548 |
+
"ratio_percent": 50,
|
| 549 |
+
"denominator": 61377,
|
| 550 |
+
"selected_count": 30689,
|
| 551 |
+
"unindexed_count": 281,
|
| 552 |
+
"clean_json_sha256": "2ec35abfceac2e96b39e83d5c7d70429be2e4d406335abb643e572ac49ff386f",
|
| 553 |
+
"noisy_json_sha256": "1b0578795a80d78fe739ba7123f964b026b32f06143fa33e3c831c61319d3317",
|
| 554 |
+
"mixed_json_sha256": "bc70045d103ed9522d66c1971c8190739df966ad0f0af98aa0b9adb6890dca22"
|
| 555 |
+
},
|
| 556 |
+
{
|
| 557 |
+
"created_at": "2026-07-25T09:13:35.005175+00:00",
|
| 558 |
+
"repo": "sympy_sympy",
|
| 559 |
+
"seed": 42,
|
| 560 |
+
"ratio_percent": 75,
|
| 561 |
+
"denominator": 61377,
|
| 562 |
+
"selected_count": 46033,
|
| 563 |
+
"unindexed_count": 281,
|
| 564 |
+
"clean_json_sha256": "2ec35abfceac2e96b39e83d5c7d70429be2e4d406335abb643e572ac49ff386f",
|
| 565 |
+
"noisy_json_sha256": "1b0578795a80d78fe739ba7123f964b026b32f06143fa33e3c831c61319d3317",
|
| 566 |
+
"mixed_json_sha256": "6518b858b0b30adde65a4e626b6db421c5bebdb01a3e007b3f72087c25252a2b"
|
| 567 |
+
},
|
| 568 |
+
{
|
| 569 |
+
"created_at": "2026-07-25T09:13:43.329180+00:00",
|
| 570 |
+
"repo": "sympy_sympy",
|
| 571 |
+
"seed": 42,
|
| 572 |
+
"ratio_percent": 100,
|
| 573 |
+
"denominator": 61377,
|
| 574 |
+
"selected_count": 61377,
|
| 575 |
+
"unindexed_count": 281,
|
| 576 |
+
"clean_json_sha256": "2ec35abfceac2e96b39e83d5c7d70429be2e4d406335abb643e572ac49ff386f",
|
| 577 |
+
"noisy_json_sha256": "1b0578795a80d78fe739ba7123f964b026b32f06143fa33e3c831c61319d3317",
|
| 578 |
+
"mixed_json_sha256": "1b0578795a80d78fe739ba7123f964b026b32f06143fa33e3c831c61319d3317"
|
| 579 |
+
}
|
| 580 |
+
]
|
| 581 |
+
}
|
noise_000_snapshot.json
ADDED
|
@@ -0,0 +1,248 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"created_at": "2026-07-25T14:36:34.820079+00:00",
|
| 3 |
+
"source": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/databases/noise_000",
|
| 4 |
+
"file_count": 48,
|
| 5 |
+
"total_size": 10474183432,
|
| 6 |
+
"files": [
|
| 7 |
+
{
|
| 8 |
+
"path": "astropy_astropy/commits.db",
|
| 9 |
+
"size": 809603072,
|
| 10 |
+
"sha256": "a9622238e992ade4722639346ca7c235bf40da29414368a7a08206072bc394d1"
|
| 11 |
+
},
|
| 12 |
+
{
|
| 13 |
+
"path": "astropy_astropy/commits.faiss",
|
| 14 |
+
"size": 194670637,
|
| 15 |
+
"sha256": "788d5035f32919455db1b5faf988ac4ba30f9487d583ed5d6d7eaacf6a4c5d98"
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"path": "astropy_astropy/commits.index_meta.json",
|
| 19 |
+
"size": 159,
|
| 20 |
+
"sha256": "efb4691f7917636a9bbe85844f55592be79e46ce473ceef66107fbec1eb604a2"
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"path": "astropy_astropy/commits.meta.jsonl",
|
| 24 |
+
"size": 4599009,
|
| 25 |
+
"sha256": "61b85c602756442329d9950dbc2ab6fd46952f0002d28d861888f5f15d2304a7"
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"path": "django_django/commits.db",
|
| 29 |
+
"size": 852996096,
|
| 30 |
+
"sha256": "05efbc390e94d151e10531d6d7d7e2d19459755cfc43be616fb57d601e53d10c"
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"path": "django_django/commits.faiss",
|
| 34 |
+
"size": 207708205,
|
| 35 |
+
"sha256": "63513a82a374b5ab3544d01d74cd1f2bbbc03896ec74b6770a8cd148bfe74258"
|
| 36 |
+
},
|
| 37 |
+
{
|
| 38 |
+
"path": "django_django/commits.index_meta.json",
|
| 39 |
+
"size": 159,
|
| 40 |
+
"sha256": "7b729dea80715067e1c46393f0dc9242100fa038addc63a1e27d1e88086e36a8"
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"path": "django_django/commits.meta.jsonl",
|
| 44 |
+
"size": 4907760,
|
| 45 |
+
"sha256": "2edfc2af0dcb1100211c3c2c73624bed74eecd55be52f6a05eff2a7b76956d38"
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"path": "matplotlib_matplotlib/commits.db",
|
| 49 |
+
"size": 656052224,
|
| 50 |
+
"sha256": "829b147224e9f2cd22e71eacd7a7edf464ddbcbec052c8ae3b9723d883684b83"
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"path": "matplotlib_matplotlib/commits.faiss",
|
| 54 |
+
"size": 218464301,
|
| 55 |
+
"sha256": "c61f85ce545ec439fad134ea5462f05ca2700d9f058cc475f090bdbdc6cffc56"
|
| 56 |
+
},
|
| 57 |
+
{
|
| 58 |
+
"path": "matplotlib_matplotlib/commits.index_meta.json",
|
| 59 |
+
"size": 159,
|
| 60 |
+
"sha256": "7051ee5da4b517846587be57d0a43f642463d602c279b380dc98016adfc669ce"
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"path": "matplotlib_matplotlib/commits.meta.jsonl",
|
| 64 |
+
"size": 5162482,
|
| 65 |
+
"sha256": "5e7b142453e40300ef200f81e24808a1bd20b6eedc3734be645c3aa0122772f6"
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"path": "mwaskom_seaborn/commits.db",
|
| 69 |
+
"size": 248483840,
|
| 70 |
+
"sha256": "d7f8893b0a340fc116e2a35ce3445c2dd215d9c6e8925dee4d8ad9c507c925d2"
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"path": "mwaskom_seaborn/commits.faiss",
|
| 74 |
+
"size": 14213165,
|
| 75 |
+
"sha256": "48ca53e62a8a0f3d918ee0d26629c93b48e4800e46458cca6216a9288f53b02b"
|
| 76 |
+
},
|
| 77 |
+
{
|
| 78 |
+
"path": "mwaskom_seaborn/commits.index_meta.json",
|
| 79 |
+
"size": 158,
|
| 80 |
+
"sha256": "5f7bc28848db0a2636e9fd3dce952584ef17e932fe601014c17ed6fd7d3e37e7"
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"path": "mwaskom_seaborn/commits.meta.jsonl",
|
| 84 |
+
"size": 332010,
|
| 85 |
+
"sha256": "adf9073f4cd14fea03800d7a4dcd84d5da4d45b5b8f2da6dea8480d77b0e7a6d"
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"path": "pallets_flask/commits.db",
|
| 89 |
+
"size": 49692672,
|
| 90 |
+
"sha256": "ad02a3b0a0fa5b75013fdaf6392e23f96a81433b0a263ce0335a843c695080d3"
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"path": "pallets_flask/commits.faiss",
|
| 94 |
+
"size": 22458413,
|
| 95 |
+
"sha256": "be2bc595feccb8af7925754bbb5d52422aad6bc2bf7caaa5ac4a94b43fb66183"
|
| 96 |
+
},
|
| 97 |
+
{
|
| 98 |
+
"path": "pallets_flask/commits.index_meta.json",
|
| 99 |
+
"size": 158,
|
| 100 |
+
"sha256": "93c659140eabfba6923c9c30d0156005b2c8222c471e3c256e7435699ccf832b"
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"path": "pallets_flask/commits.meta.jsonl",
|
| 104 |
+
"size": 525258,
|
| 105 |
+
"sha256": "67a571db944f53959687114cb945823236ccd6f7dea0d755404c1d7335080a3c"
|
| 106 |
+
},
|
| 107 |
+
{
|
| 108 |
+
"path": "psf_requests/commits.db",
|
| 109 |
+
"size": 71843840,
|
| 110 |
+
"sha256": "103d10b3771084fe6cf3396fcc33a839d9c66e65571f1f19554874f9848cd65a"
|
| 111 |
+
},
|
| 112 |
+
{
|
| 113 |
+
"path": "psf_requests/commits.faiss",
|
| 114 |
+
"size": 26927149,
|
| 115 |
+
"sha256": "49e1b261148af22e0450e372ccd8cbd447c54e5d350cfabb7d19fdf60a7e0f79"
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"path": "psf_requests/commits.index_meta.json",
|
| 119 |
+
"size": 158,
|
| 120 |
+
"sha256": "799435c7d68810ccbec6b8ee65f92072a602dcc2ae403c8bb2c4b7ff07f6b82f"
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"path": "psf_requests/commits.meta.jsonl",
|
| 124 |
+
"size": 629994,
|
| 125 |
+
"sha256": "410989ed9801fcb3e7406302290ad53ca572b536327618f6ddf2896c7dd8b16b"
|
| 126 |
+
},
|
| 127 |
+
{
|
| 128 |
+
"path": "pydata_xarray/commits.db",
|
| 129 |
+
"size": 97513472,
|
| 130 |
+
"sha256": "222acc364c635c01f482c9628687cb4227b4fc38c109b6131780ea4df6e61ded"
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"path": "pydata_xarray/commits.faiss",
|
| 134 |
+
"size": 25595949,
|
| 135 |
+
"sha256": "775ecf6a63b488b81bfe43b476010f99b9e139a9ce47785353784c4558115cc5"
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"path": "pydata_xarray/commits.index_meta.json",
|
| 139 |
+
"size": 158,
|
| 140 |
+
"sha256": "563ae7ed6048f2400f4ca0ebe791a064f6bb0c4e0110a09cc525f80300d5613e"
|
| 141 |
+
},
|
| 142 |
+
{
|
| 143 |
+
"path": "pydata_xarray/commits.meta.jsonl",
|
| 144 |
+
"size": 598794,
|
| 145 |
+
"sha256": "0bdb2322fc4550702e3f401384b336880edc5f7fd747c527078583980bb62211"
|
| 146 |
+
},
|
| 147 |
+
{
|
| 148 |
+
"path": "pylint-dev_pylint/commits.db",
|
| 149 |
+
"size": 115171328,
|
| 150 |
+
"sha256": "d44c9952e0720b0f81a744d3105e3d47733183b5194d2737bf6733e629d516a1"
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"path": "pylint-dev_pylint/commits.faiss",
|
| 154 |
+
"size": 41926701,
|
| 155 |
+
"sha256": "8b9ba9a8ce4114431c46a2ff746ff1c13055663f88ab40d543642229dddb0592"
|
| 156 |
+
},
|
| 157 |
+
{
|
| 158 |
+
"path": "pylint-dev_pylint/commits.index_meta.json",
|
| 159 |
+
"size": 159,
|
| 160 |
+
"sha256": "b55a6d0f3b93959ad3754d08aa4fa20c26a9f82a3e3e5d8698741855adf30a2f"
|
| 161 |
+
},
|
| 162 |
+
{
|
| 163 |
+
"path": "pylint-dev_pylint/commits.meta.jsonl",
|
| 164 |
+
"size": 981782,
|
| 165 |
+
"sha256": "1c1e55e377a15e3f1cc435cf5f8864ee177514724b1231d0466f81b84f98f796"
|
| 166 |
+
},
|
| 167 |
+
{
|
| 168 |
+
"path": "pytest-dev_pytest/commits.db",
|
| 169 |
+
"size": 247271424,
|
| 170 |
+
"sha256": "8aadcdca60f75c6a4b3db0b3c68731265e67b53cc697ab6c8f3da4be6b778219"
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"path": "pytest-dev_pytest/commits.faiss",
|
| 174 |
+
"size": 73101357,
|
| 175 |
+
"sha256": "285e80f3b1cbd5d46cc4278ea73ffe47fccaaf4021ecc3ee5e5eb0f41fc03691"
|
| 176 |
+
},
|
| 177 |
+
{
|
| 178 |
+
"path": "pytest-dev_pytest/commits.index_meta.json",
|
| 179 |
+
"size": 159,
|
| 180 |
+
"sha256": "ceb19f0e42e74c03e7af13629385eff1805bbd52e9b56e79a087974a1f5b0a37"
|
| 181 |
+
},
|
| 182 |
+
{
|
| 183 |
+
"path": "pytest-dev_pytest/commits.meta.jsonl",
|
| 184 |
+
"size": 1720049,
|
| 185 |
+
"sha256": "f58d4def92698351f187a0d383e6a1721b91a6fc60d270120e7ed6997e799b32"
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"path": "scikit-learn_scikit-learn/commits.db",
|
| 189 |
+
"size": 1922895872,
|
| 190 |
+
"sha256": "5500e05b4a914317191dee24af57727f1858f4ec39cc9584bc09ddf60022e237"
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"path": "scikit-learn_scikit-learn/commits.faiss",
|
| 194 |
+
"size": 152297517,
|
| 195 |
+
"sha256": "ad88051d0f7c602ee5bcb51bc511b13c58e21a208ca70b6e27e3c7a1349e6e1d"
|
| 196 |
+
},
|
| 197 |
+
{
|
| 198 |
+
"path": "scikit-learn_scikit-learn/commits.index_meta.json",
|
| 199 |
+
"size": 159,
|
| 200 |
+
"sha256": "1297f5eee43579c77e159e203fa08cb8abb8340abaec1f8ce7002f009d070b88"
|
| 201 |
+
},
|
| 202 |
+
{
|
| 203 |
+
"path": "scikit-learn_scikit-learn/commits.meta.jsonl",
|
| 204 |
+
"size": 3595544,
|
| 205 |
+
"sha256": "c2977d9f6a25f32b47e3c3c4ea0bf1fbfdf67f54e279e12d3a92d87d1a0bcd55"
|
| 206 |
+
},
|
| 207 |
+
{
|
| 208 |
+
"path": "sphinx-doc_sphinx/commits.db",
|
| 209 |
+
"size": 917749760,
|
| 210 |
+
"sha256": "9840ae13e40d3178c398d2703ece75808b576105bdb127e2e2db8dcb309316ac"
|
| 211 |
+
},
|
| 212 |
+
{
|
| 213 |
+
"path": "sphinx-doc_sphinx/commits.faiss",
|
| 214 |
+
"size": 90443821,
|
| 215 |
+
"sha256": "6b413c790adf3cd33bfd9e88d6517dabe88469b3b98cab77f5c36375702e6344"
|
| 216 |
+
},
|
| 217 |
+
{
|
| 218 |
+
"path": "sphinx-doc_sphinx/commits.index_meta.json",
|
| 219 |
+
"size": 159,
|
| 220 |
+
"sha256": "9f02638114b79c63eafdcdd4baa3b7d0865f1684fd4f6e3de562c850c67e3fb4"
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"path": "sphinx-doc_sphinx/commits.meta.jsonl",
|
| 224 |
+
"size": 2130747,
|
| 225 |
+
"sha256": "10130299f4929e50e33d8396cc34f04f98b151723145c2bb1b280bfd4212bca5"
|
| 226 |
+
},
|
| 227 |
+
{
|
| 228 |
+
"path": "sympy_sympy/commits.db",
|
| 229 |
+
"size": 3134574592,
|
| 230 |
+
"sha256": "928041a6693d75905fa53522252e71266b58f05815585bd3b1fc340f28ee06e1"
|
| 231 |
+
},
|
| 232 |
+
{
|
| 233 |
+
"path": "sympy_sympy/commits.faiss",
|
| 234 |
+
"size": 251400237,
|
| 235 |
+
"sha256": "9151e522af94e8179235a988e789b72ab6e4e957517df6eea7d10f27ede0fa1a"
|
| 236 |
+
},
|
| 237 |
+
{
|
| 238 |
+
"path": "sympy_sympy/commits.index_meta.json",
|
| 239 |
+
"size": 159,
|
| 240 |
+
"sha256": "230dbd9990552da4abf393829994ac5569733a693a1e56b7b8050a6a7420a571"
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"path": "sympy_sympy/commits.meta.jsonl",
|
| 244 |
+
"size": 5942455,
|
| 245 |
+
"sha256": "dce57c0b8c0a541903c79369eadf699067a3c67acd494d0039a696a37dea1938"
|
| 246 |
+
}
|
| 247 |
+
]
|
| 248 |
+
}
|
noisy_variants_manifest.json
ADDED
|
@@ -0,0 +1,115 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"created_at": "2026-07-25T08:56:43.663660+00:00",
|
| 3 |
+
"repositories": [
|
| 4 |
+
{
|
| 5 |
+
"repo": "astropy_astropy",
|
| 6 |
+
"count": 47643,
|
| 7 |
+
"indexed_count": 47527,
|
| 8 |
+
"output": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/noisy_variants/astropy_astropy_commits.json",
|
| 9 |
+
"output_sha256": "80630e072f96181c7d7f97325b43da286b77f819a1c3ab7a4def7b76f99c9eee",
|
| 10 |
+
"manifest": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/manifests/noisy_variants/astropy_astropy.jsonl",
|
| 11 |
+
"manifest_sha256": "d7417df8ed22569be5b1d71d2e52f2cf61dca9f8c552e6dad4ac4793b2585a2f"
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"repo": "django_django",
|
| 15 |
+
"count": 51057,
|
| 16 |
+
"indexed_count": 50710,
|
| 17 |
+
"output": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/noisy_variants/django_django_commits.json",
|
| 18 |
+
"output_sha256": "ca6d790ef134165ff8d2c358bcf85daf907c26154952c1f01d5fde415616044d",
|
| 19 |
+
"manifest": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/manifests/noisy_variants/django_django.jsonl",
|
| 20 |
+
"manifest_sha256": "46f616aeec48d791452f5f931feba38eaecb974ad8729c53e1a7acffcd9fb578"
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"repo": "matplotlib_matplotlib",
|
| 24 |
+
"count": 53727,
|
| 25 |
+
"indexed_count": 53336,
|
| 26 |
+
"output": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/noisy_variants/matplotlib_matplotlib_commits.json",
|
| 27 |
+
"output_sha256": "5b73db242df74cb92def27a39eaeb1c8aba3b34ca452df96adcb7d733841a03d",
|
| 28 |
+
"manifest": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/manifests/noisy_variants/matplotlib_matplotlib.jsonl",
|
| 29 |
+
"manifest_sha256": "4884841b99f8a324af6f86ac754e470cde4f49b6ed6cd5f21ed3bc36e3b2ad90"
|
| 30 |
+
},
|
| 31 |
+
{
|
| 32 |
+
"repo": "mwaskom_seaborn",
|
| 33 |
+
"count": 3499,
|
| 34 |
+
"indexed_count": 3470,
|
| 35 |
+
"output": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/noisy_variants/mwaskom_seaborn_commits.json",
|
| 36 |
+
"output_sha256": "45b78e327c9ce93051006c71416afd1131752ee2650d881e276689d447dcd461",
|
| 37 |
+
"manifest": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/manifests/noisy_variants/mwaskom_seaborn.jsonl",
|
| 38 |
+
"manifest_sha256": "d3e12a961418cc8d5a156b083aa81563baa84f1acf8942cf6d3cce747be2bbed"
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"repo": "pallets_flask",
|
| 42 |
+
"count": 5506,
|
| 43 |
+
"indexed_count": 5483,
|
| 44 |
+
"output": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/noisy_variants/pallets_flask_commits.json",
|
| 45 |
+
"output_sha256": "249cac99d2460f0328ccf6d5c251bff92d3ee146c8d35dc118811e3fc633a964",
|
| 46 |
+
"manifest": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/manifests/noisy_variants/pallets_flask.jsonl",
|
| 47 |
+
"manifest_sha256": "dddf590de1ebf19fe6a6de3461eeb9d725cf766d604731002367c70b39958631"
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"repo": "psf_requests",
|
| 51 |
+
"count": 6625,
|
| 52 |
+
"indexed_count": 6574,
|
| 53 |
+
"output": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/noisy_variants/psf_requests_commits.json",
|
| 54 |
+
"output_sha256": "f3adb7cb8538ac4f09e09b2949657407ba9bd9c24c0bfa3bb03df34c5f2799a7",
|
| 55 |
+
"manifest": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/manifests/noisy_variants/psf_requests.jsonl",
|
| 56 |
+
"manifest_sha256": "248ed3db8047edd48dac9410f187c29ce3cbcce0065811503f1af18623299f6b"
|
| 57 |
+
},
|
| 58 |
+
{
|
| 59 |
+
"repo": "pydata_xarray",
|
| 60 |
+
"count": 6270,
|
| 61 |
+
"indexed_count": 6249,
|
| 62 |
+
"output": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/noisy_variants/pydata_xarray_commits.json",
|
| 63 |
+
"output_sha256": "b6a9ca415e85f66d1757dbfbeaddf176d5261e9a46607b16c47b79af3e0700dd",
|
| 64 |
+
"manifest": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/manifests/noisy_variants/pydata_xarray.jsonl",
|
| 65 |
+
"manifest_sha256": "7f016e6993750835b8579d781b2cec4e69acbb187121cee01c526316a454c2c0"
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"repo": "pylint-dev_pylint",
|
| 69 |
+
"count": 10303,
|
| 70 |
+
"indexed_count": 10236,
|
| 71 |
+
"output": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/noisy_variants/pylint-dev_pylint_commits.json",
|
| 72 |
+
"output_sha256": "93b7495c93b7b2fd7af03a4403e83da8ceead304d99fcda019feefef39f44654",
|
| 73 |
+
"manifest": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/manifests/noisy_variants/pylint-dev_pylint.jsonl",
|
| 74 |
+
"manifest_sha256": "123907ce54059a489b9423e2f9e5926c2697229345472ce4ec16db0af86861ef"
|
| 75 |
+
},
|
| 76 |
+
{
|
| 77 |
+
"repo": "pytest-dev_pytest",
|
| 78 |
+
"count": 17940,
|
| 79 |
+
"indexed_count": 17847,
|
| 80 |
+
"output": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/noisy_variants/pytest-dev_pytest_commits.json",
|
| 81 |
+
"output_sha256": "c2a1823874a38cfc1fa363ee7be38d475f5f89738364c7d7c9be06390b02c9b4",
|
| 82 |
+
"manifest": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/manifests/noisy_variants/pytest-dev_pytest.jsonl",
|
| 83 |
+
"manifest_sha256": "d043a6b556b67f22c2598509329ed88fc6a387436e820e902059051e8f9cf281"
|
| 84 |
+
},
|
| 85 |
+
{
|
| 86 |
+
"repo": "scikit-learn_scikit-learn",
|
| 87 |
+
"count": 37390,
|
| 88 |
+
"indexed_count": 37182,
|
| 89 |
+
"output": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/noisy_variants/scikit-learn_scikit-learn_commits.json",
|
| 90 |
+
"output_sha256": "08608046f9f8348d6cd2508ab2d04c7dde233433dc806f59196d70d0dbd49182",
|
| 91 |
+
"manifest": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/manifests/noisy_variants/scikit-learn_scikit-learn.jsonl",
|
| 92 |
+
"manifest_sha256": "a14fb54704b7c120fd0552606869378030b0679d5acf8934ac5b1ca29b101fca"
|
| 93 |
+
},
|
| 94 |
+
{
|
| 95 |
+
"repo": "sphinx-doc_sphinx",
|
| 96 |
+
"count": 22232,
|
| 97 |
+
"indexed_count": 22081,
|
| 98 |
+
"output": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/noisy_variants/sphinx-doc_sphinx_commits.json",
|
| 99 |
+
"output_sha256": "0043d26e517910c4e900f05f00ca1ac1ea1e9b361ed438d2ea61899a3864566d",
|
| 100 |
+
"manifest": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/manifests/noisy_variants/sphinx-doc_sphinx.jsonl",
|
| 101 |
+
"manifest_sha256": "a629224bcefa189e1b1cd65d5b7a743e03de0054c5936cc8b477fe5a733dcece"
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"repo": "sympy_sympy",
|
| 105 |
+
"count": 61658,
|
| 106 |
+
"indexed_count": 61377,
|
| 107 |
+
"output": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/noisy_variants/sympy_sympy_commits.json",
|
| 108 |
+
"output_sha256": "1b0578795a80d78fe739ba7123f964b026b32f06143fa33e3c831c61319d3317",
|
| 109 |
+
"manifest": "/data/dyx/project/openhands/swe-bench-tool/commit_noise_experiment/manifests/noisy_variants/sympy_sympy.jsonl",
|
| 110 |
+
"manifest_sha256": "166db5c3c93eedffa5fc3b1986db76bd7d90843add0762e1a93e8f15756c1872"
|
| 111 |
+
}
|
| 112 |
+
],
|
| 113 |
+
"total_count": 323850,
|
| 114 |
+
"total_indexed_count": 322072
|
| 115 |
+
}
|
source_fallbacks.json
ADDED
|
@@ -0,0 +1,1582 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": "source-fallback-v1",
|
| 3 |
+
"created_at_unix": 1784969309.9451907,
|
| 4 |
+
"fallback_count": 175,
|
| 5 |
+
"events": [
|
| 6 |
+
{
|
| 7 |
+
"repo": "astropy_astropy",
|
| 8 |
+
"sha": "62e375e823a353e14de94c3bffd7f9a3faf56115",
|
| 9 |
+
"location_id": "git_patch:hunk:0:line:4",
|
| 10 |
+
"target_field": "git_patch",
|
| 11 |
+
"noise_type": "patch",
|
| 12 |
+
"source_value_sha256": "794c365fe9b4f2632c5590250a46d42191dfe771c8e1c5e382f9f815ecaf34f4",
|
| 13 |
+
"fallback": "source-fallback"
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"repo": "astropy_astropy",
|
| 17 |
+
"sha": "68dfa08beff05714c9de7b71bc4f6abdc09fc760",
|
| 18 |
+
"location_id": "git_patch:hunk:0:line:4",
|
| 19 |
+
"target_field": "git_patch",
|
| 20 |
+
"noise_type": "patch",
|
| 21 |
+
"source_value_sha256": "794c365fe9b4f2632c5590250a46d42191dfe771c8e1c5e382f9f815ecaf34f4",
|
| 22 |
+
"fallback": "source-fallback"
|
| 23 |
+
},
|
| 24 |
+
{
|
| 25 |
+
"repo": "astropy_astropy",
|
| 26 |
+
"sha": "f29bdd243a51a3c4f1eb4e7da095c2045febdb7d",
|
| 27 |
+
"location_id": "git_patch:hunk:8:line:38",
|
| 28 |
+
"target_field": "git_patch",
|
| 29 |
+
"noise_type": "patch",
|
| 30 |
+
"source_value_sha256": "047ac55bf4e3d6e09ce98300980ed9e9a7b9cbc8f336c1a70261e9643b6853c7",
|
| 31 |
+
"fallback": "source-fallback"
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"repo": "astropy_astropy",
|
| 35 |
+
"sha": "6f845673390bfa42b2436ee88882fbb05eff3480",
|
| 36 |
+
"location_id": "root_cause_analysis",
|
| 37 |
+
"target_field": "root_cause_analysis",
|
| 38 |
+
"noise_type": "root_cause",
|
| 39 |
+
"source_value_sha256": "e2c0884e2b28234e40e6fe07042d6271fc3121254498b6472638f338de805b9e",
|
| 40 |
+
"fallback": "source-fallback"
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"repo": "astropy_astropy",
|
| 44 |
+
"sha": "34b044e3098c760da9fbfec699f0c38f558ab7a4",
|
| 45 |
+
"location_id": "root_cause_analysis",
|
| 46 |
+
"target_field": "root_cause_analysis",
|
| 47 |
+
"noise_type": "root_cause",
|
| 48 |
+
"source_value_sha256": "008be13a16f746b00303d37c89906ac54d10746f03b02270d595eb9dadc3e3f1",
|
| 49 |
+
"fallback": "source-fallback"
|
| 50 |
+
},
|
| 51 |
+
{
|
| 52 |
+
"repo": "astropy_astropy",
|
| 53 |
+
"sha": "33a12b464a430f3799de4d52896802242d246316",
|
| 54 |
+
"location_id": "problem_description",
|
| 55 |
+
"target_field": "problem_description",
|
| 56 |
+
"noise_type": "description",
|
| 57 |
+
"source_value_sha256": "3831ed42ed394a2d8cc18f1b78cb5a5abc734cb8feb412285942e6b2dc09c528",
|
| 58 |
+
"fallback": "source-fallback"
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"repo": "astropy_astropy",
|
| 62 |
+
"sha": "96f20287634c40faef7a43e4ee90140010e05652",
|
| 63 |
+
"location_id": "git_patch:hunk:2:line:21",
|
| 64 |
+
"target_field": "git_patch",
|
| 65 |
+
"noise_type": "patch",
|
| 66 |
+
"source_value_sha256": "f738498180938cb01df380b1523e3c0e21d275002eea6c7ae411af972d4b2123",
|
| 67 |
+
"fallback": "source-fallback"
|
| 68 |
+
},
|
| 69 |
+
{
|
| 70 |
+
"repo": "astropy_astropy",
|
| 71 |
+
"sha": "df6baddf6c29038a27d92318a0f7eaa4ff3d3530",
|
| 72 |
+
"location_id": "root_cause_analysis",
|
| 73 |
+
"target_field": "root_cause_analysis",
|
| 74 |
+
"noise_type": "root_cause",
|
| 75 |
+
"source_value_sha256": "d8e8f9cd304404c77965cdeeb280b1f63248c7a329022b1c0f0b3294b31fe996",
|
| 76 |
+
"fallback": "source-fallback"
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"repo": "astropy_astropy",
|
| 80 |
+
"sha": "1e95fa6cc8cb830f82d829a0e9c5c3a31c3b500e",
|
| 81 |
+
"location_id": "root_cause_analysis",
|
| 82 |
+
"target_field": "root_cause_analysis",
|
| 83 |
+
"noise_type": "root_cause",
|
| 84 |
+
"source_value_sha256": "f6737a045a53da3f43ce0a26ef8154e2e36cc9e80e7bdb77cf491e065ce4a680",
|
| 85 |
+
"fallback": "source-fallback"
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"repo": "astropy_astropy",
|
| 89 |
+
"sha": "19d226668ba36b561855514d37456a88361f80b3",
|
| 90 |
+
"location_id": "git_patch:hunk:1:line:15",
|
| 91 |
+
"target_field": "git_patch",
|
| 92 |
+
"noise_type": "patch",
|
| 93 |
+
"source_value_sha256": "44c93702826d6b1be9783da3dbfb5e19052f575b84f27b5202ee3618e77057a0",
|
| 94 |
+
"fallback": "source-fallback"
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"repo": "astropy_astropy",
|
| 98 |
+
"sha": "8c117588d17f41ed24810037d0a011b467325cc5",
|
| 99 |
+
"location_id": "git_patch:hunk:1:line:35",
|
| 100 |
+
"target_field": "git_patch",
|
| 101 |
+
"noise_type": "patch",
|
| 102 |
+
"source_value_sha256": "f2754babdd983616050627658e7d42b7b6ba8105a0d36f7d59dbf12f6a14e890",
|
| 103 |
+
"fallback": "source-fallback"
|
| 104 |
+
},
|
| 105 |
+
{
|
| 106 |
+
"repo": "astropy_astropy",
|
| 107 |
+
"sha": "1b7072e5d65c74c1241f9fe4b72d79baac100921",
|
| 108 |
+
"location_id": "git_patch:hunk:9:line:5",
|
| 109 |
+
"target_field": "git_patch",
|
| 110 |
+
"noise_type": "patch",
|
| 111 |
+
"source_value_sha256": "da7a6c950c3842f2e6e153ebf6f2260f90a68d8119fd77f245b9aa475ffd54e1",
|
| 112 |
+
"fallback": "source-fallback"
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"repo": "astropy_astropy",
|
| 116 |
+
"sha": "295b2d0e42639b919b9217a70338ae24e29c4f7e",
|
| 117 |
+
"location_id": "git_patch:hunk:138:line:29",
|
| 118 |
+
"target_field": "git_patch",
|
| 119 |
+
"noise_type": "patch",
|
| 120 |
+
"source_value_sha256": "2e2bc00e4862f12227e54777f3f7688200a0dcee7c430100c1406796edbf0e57",
|
| 121 |
+
"fallback": "source-fallback"
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"repo": "astropy_astropy",
|
| 125 |
+
"sha": "9fc14c3467cfbbc858f844ccf9aeb56ee039bb9d",
|
| 126 |
+
"location_id": "problem_description",
|
| 127 |
+
"target_field": "problem_description",
|
| 128 |
+
"noise_type": "description",
|
| 129 |
+
"source_value_sha256": "ddfd0a96f06b6c6b76092644fa16af73559096ae7a1c73d53c78125206144142",
|
| 130 |
+
"fallback": "source-fallback"
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"repo": "astropy_astropy",
|
| 134 |
+
"sha": "36f829c017ca7c4ef48b44ad4e649f1bfcae36b1",
|
| 135 |
+
"location_id": "git_patch:hunk:0:line:8",
|
| 136 |
+
"target_field": "git_patch",
|
| 137 |
+
"noise_type": "patch",
|
| 138 |
+
"source_value_sha256": "e46076274b94caeb47cdf10f2aaa9fe5aa0d3b76b2028687f75f4b36bcb4a152",
|
| 139 |
+
"fallback": "source-fallback"
|
| 140 |
+
},
|
| 141 |
+
{
|
| 142 |
+
"repo": "django_django",
|
| 143 |
+
"sha": "7d62fb5957dce7b51316079409b4311877f54bfe",
|
| 144 |
+
"location_id": "git_patch:hunk:27:line:7",
|
| 145 |
+
"target_field": "git_patch",
|
| 146 |
+
"noise_type": "patch",
|
| 147 |
+
"source_value_sha256": "807a04ac7d1f25b6902f0ec5e82cd694b24b9656626b78bd47c83e29d9f7790d",
|
| 148 |
+
"fallback": "source-fallback"
|
| 149 |
+
},
|
| 150 |
+
{
|
| 151 |
+
"repo": "django_django",
|
| 152 |
+
"sha": "19e41a9799079ddae3ba94f95d25577ab4232037",
|
| 153 |
+
"location_id": "root_cause_analysis",
|
| 154 |
+
"target_field": "root_cause_analysis",
|
| 155 |
+
"noise_type": "root_cause",
|
| 156 |
+
"source_value_sha256": "30cb46b0b4b0aaffa886ec0ec8d2c4f604e159e010df1b2caa79eef3e5567d44",
|
| 157 |
+
"fallback": "source-fallback"
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"repo": "django_django",
|
| 161 |
+
"sha": "2265ff3710ae244a6f01640972571979543282c6",
|
| 162 |
+
"location_id": "git_patch:hunk:43:line:109",
|
| 163 |
+
"target_field": "git_patch",
|
| 164 |
+
"noise_type": "patch",
|
| 165 |
+
"source_value_sha256": "10f61136d652fad28c527a7dcb852c5a518fedc96a2ba07cf3b8062be5abcd64",
|
| 166 |
+
"fallback": "source-fallback"
|
| 167 |
+
},
|
| 168 |
+
{
|
| 169 |
+
"repo": "django_django",
|
| 170 |
+
"sha": "00d4e6f8b587dcea147c51ece253dc54c461a11d",
|
| 171 |
+
"location_id": "git_patch:hunk:107:line:8",
|
| 172 |
+
"target_field": "git_patch",
|
| 173 |
+
"noise_type": "patch",
|
| 174 |
+
"source_value_sha256": "e0c0792525be6aea84dfc62b575a89f97dae9456a679d56c3f9a1935ecf9c087",
|
| 175 |
+
"fallback": "source-fallback"
|
| 176 |
+
},
|
| 177 |
+
{
|
| 178 |
+
"repo": "django_django",
|
| 179 |
+
"sha": "75d6c4ae6df93c4c4d8621aced3a180afa18a6cb",
|
| 180 |
+
"location_id": "problem_description",
|
| 181 |
+
"target_field": "problem_description",
|
| 182 |
+
"noise_type": "description",
|
| 183 |
+
"source_value_sha256": "dd6f8b1646001cbe9a2815204a7a2f0749f561b1f4e97b775fdaa25506406e9d",
|
| 184 |
+
"fallback": "source-fallback"
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"repo": "django_django",
|
| 188 |
+
"sha": "4982958ec0c359908566fc1f34ef71297ea4337d",
|
| 189 |
+
"location_id": "git_patch:hunk:5:line:34",
|
| 190 |
+
"target_field": "git_patch",
|
| 191 |
+
"noise_type": "patch",
|
| 192 |
+
"source_value_sha256": "1f01429340937c0f7513b5f2f0a9d42c96ec77f20038f1c3789c8d560e0d2d9e",
|
| 193 |
+
"fallback": "source-fallback"
|
| 194 |
+
},
|
| 195 |
+
{
|
| 196 |
+
"repo": "django_django",
|
| 197 |
+
"sha": "190874eadd0c6dcaae0c244cc47e838cf0faf24d",
|
| 198 |
+
"location_id": "git_patch:hunk:80:line:8",
|
| 199 |
+
"target_field": "git_patch",
|
| 200 |
+
"noise_type": "patch",
|
| 201 |
+
"source_value_sha256": "9a62c84385049ae9277598b5e46fdcb2325c9a113d97b6346c330dbbebd394b7",
|
| 202 |
+
"fallback": "source-fallback"
|
| 203 |
+
},
|
| 204 |
+
{
|
| 205 |
+
"repo": "matplotlib_matplotlib",
|
| 206 |
+
"sha": "770d0a05958dd5c53fb61b1c68c6292a7ff31671",
|
| 207 |
+
"location_id": "git_patch:hunk:8:line:5",
|
| 208 |
+
"target_field": "git_patch",
|
| 209 |
+
"noise_type": "patch",
|
| 210 |
+
"source_value_sha256": "c7d26456673235826581e3c8d8db73e0f2ee45899f511bedaac35907529c0869",
|
| 211 |
+
"fallback": "source-fallback"
|
| 212 |
+
},
|
| 213 |
+
{
|
| 214 |
+
"repo": "matplotlib_matplotlib",
|
| 215 |
+
"sha": "1fbbe3ce41363b5760c08d83c5f7aa8840a3a2cf",
|
| 216 |
+
"location_id": "git_patch:hunk:40:line:12",
|
| 217 |
+
"target_field": "git_patch",
|
| 218 |
+
"noise_type": "patch",
|
| 219 |
+
"source_value_sha256": "da4f29d4c4b714ff0bd648279cce1f9eb7986c24ce75fe761b0d693b6a1b6c8e",
|
| 220 |
+
"fallback": "source-fallback"
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"repo": "matplotlib_matplotlib",
|
| 224 |
+
"sha": "76ce690a3386ffbeff8340fa50b8c8d05fe34f66",
|
| 225 |
+
"location_id": "git_patch:hunk:4:line:21",
|
| 226 |
+
"target_field": "git_patch",
|
| 227 |
+
"noise_type": "patch",
|
| 228 |
+
"source_value_sha256": "eb0ea2444cc55c98ffd472ccfba5df6596a18d70d52ff237e951583965fe36fd",
|
| 229 |
+
"fallback": "source-fallback"
|
| 230 |
+
},
|
| 231 |
+
{
|
| 232 |
+
"repo": "matplotlib_matplotlib",
|
| 233 |
+
"sha": "d513850f840e9e3721f71b7fd65a353c7a791bd6",
|
| 234 |
+
"location_id": "git_patch:hunk:4:line:5",
|
| 235 |
+
"target_field": "git_patch",
|
| 236 |
+
"noise_type": "patch",
|
| 237 |
+
"source_value_sha256": "07ab9f7bc7bfe7b59ba617df6eddc987b4e19b8856e33ed5e1aa952e4bcfaeb1",
|
| 238 |
+
"fallback": "source-fallback"
|
| 239 |
+
},
|
| 240 |
+
{
|
| 241 |
+
"repo": "matplotlib_matplotlib",
|
| 242 |
+
"sha": "f91469ac2fd142502cafde5c5bca3a6f8a2627e0",
|
| 243 |
+
"location_id": "git_patch:hunk:0:line:4",
|
| 244 |
+
"target_field": "git_patch",
|
| 245 |
+
"noise_type": "patch",
|
| 246 |
+
"source_value_sha256": "e925a425fa947668c3db70b0f061cc952bbff0361a545a87476c261124e97bf6",
|
| 247 |
+
"fallback": "source-fallback"
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"repo": "matplotlib_matplotlib",
|
| 251 |
+
"sha": "eb044f4302d176de8f8c69729ab20e5c5416ad7f",
|
| 252 |
+
"location_id": "git_patch:hunk:0:line:4",
|
| 253 |
+
"target_field": "git_patch",
|
| 254 |
+
"noise_type": "patch",
|
| 255 |
+
"source_value_sha256": "279f837d4bc82e90d966bfdf1af4bc3fcda7474746e1b791657da14f7fd94d76",
|
| 256 |
+
"fallback": "source-fallback"
|
| 257 |
+
},
|
| 258 |
+
{
|
| 259 |
+
"repo": "matplotlib_matplotlib",
|
| 260 |
+
"sha": "252c12308ee7d7ef64040a7d56d8fe74b432c2e0",
|
| 261 |
+
"location_id": "git_patch:hunk:0:line:5",
|
| 262 |
+
"target_field": "git_patch",
|
| 263 |
+
"noise_type": "patch",
|
| 264 |
+
"source_value_sha256": "d5849b1bf7c2fd32b1219874917fa3770edfba21f256146fcf8224237dd9b9ac",
|
| 265 |
+
"fallback": "source-fallback"
|
| 266 |
+
},
|
| 267 |
+
{
|
| 268 |
+
"repo": "matplotlib_matplotlib",
|
| 269 |
+
"sha": "9c7ee1e5410b67678bce307099f97f2c685c75bf",
|
| 270 |
+
"location_id": "git_patch:hunk:0:line:9",
|
| 271 |
+
"target_field": "git_patch",
|
| 272 |
+
"noise_type": "patch",
|
| 273 |
+
"source_value_sha256": "fe03ca1f26247e6e7ccdd88ee535e73b83f58b73b059676647436c96a9fec9e4",
|
| 274 |
+
"fallback": "source-fallback"
|
| 275 |
+
},
|
| 276 |
+
{
|
| 277 |
+
"repo": "matplotlib_matplotlib",
|
| 278 |
+
"sha": "e4ab17dc6de303795893f31bedecdc38cbb5109e",
|
| 279 |
+
"location_id": "git_patch:hunk:0:line:9",
|
| 280 |
+
"target_field": "git_patch",
|
| 281 |
+
"noise_type": "patch",
|
| 282 |
+
"source_value_sha256": "fe03ca1f26247e6e7ccdd88ee535e73b83f58b73b059676647436c96a9fec9e4",
|
| 283 |
+
"fallback": "source-fallback"
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"repo": "matplotlib_matplotlib",
|
| 287 |
+
"sha": "3509b3bb45d98c88b7f1b2cc339b98310c9ec3b9",
|
| 288 |
+
"location_id": "git_patch:hunk:0:line:9",
|
| 289 |
+
"target_field": "git_patch",
|
| 290 |
+
"noise_type": "patch",
|
| 291 |
+
"source_value_sha256": "b487cf07c668fbe90e3f96eb2f519d56a379faf1c298079bf1d1870fed44e5b9",
|
| 292 |
+
"fallback": "source-fallback"
|
| 293 |
+
},
|
| 294 |
+
{
|
| 295 |
+
"repo": "matplotlib_matplotlib",
|
| 296 |
+
"sha": "06206a00721ff4f132b17fe8d84e5246789eee8c",
|
| 297 |
+
"location_id": "git_patch:hunk:0:line:23",
|
| 298 |
+
"target_field": "git_patch",
|
| 299 |
+
"noise_type": "patch",
|
| 300 |
+
"source_value_sha256": "96b9f7d34e053da2261d8d968078273ffdd21065c7fedf3d86a91eaea799d84e",
|
| 301 |
+
"fallback": "source-fallback"
|
| 302 |
+
},
|
| 303 |
+
{
|
| 304 |
+
"repo": "matplotlib_matplotlib",
|
| 305 |
+
"sha": "aa4bb8aa08e06fb3faa464f4f056ecd7faa7d0f5",
|
| 306 |
+
"location_id": "problem_description",
|
| 307 |
+
"target_field": "problem_description",
|
| 308 |
+
"noise_type": "description",
|
| 309 |
+
"source_value_sha256": "4380ad8619beb9df37363c2f9a2ec166fb151b63d679abce1b42f22a7f8cd521",
|
| 310 |
+
"fallback": "source-fallback"
|
| 311 |
+
},
|
| 312 |
+
{
|
| 313 |
+
"repo": "matplotlib_matplotlib",
|
| 314 |
+
"sha": "7cd4399de279dfbab5e92b5cbd4ce520c5493556",
|
| 315 |
+
"location_id": "git_patch:hunk:1:line:13",
|
| 316 |
+
"target_field": "git_patch",
|
| 317 |
+
"noise_type": "patch",
|
| 318 |
+
"source_value_sha256": "24fd5cd9d25fd0c5215e6f6a14e435d4bbac023c06512550a4027050ba53884d",
|
| 319 |
+
"fallback": "source-fallback"
|
| 320 |
+
},
|
| 321 |
+
{
|
| 322 |
+
"repo": "matplotlib_matplotlib",
|
| 323 |
+
"sha": "4240bbfda0037bbdb0cfafe83e8e2225173e7552",
|
| 324 |
+
"location_id": "git_patch:hunk:30:line:5",
|
| 325 |
+
"target_field": "git_patch",
|
| 326 |
+
"noise_type": "patch",
|
| 327 |
+
"source_value_sha256": "752856e36c60dd21ad5312655143a4337d9c89ed10fd0de590f22be595e3875b",
|
| 328 |
+
"fallback": "source-fallback"
|
| 329 |
+
},
|
| 330 |
+
{
|
| 331 |
+
"repo": "matplotlib_matplotlib",
|
| 332 |
+
"sha": "dfd0345a4c526a4c3b991d16d27a7f9c72427f46",
|
| 333 |
+
"location_id": "git_patch:hunk:30:line:5",
|
| 334 |
+
"target_field": "git_patch",
|
| 335 |
+
"noise_type": "patch",
|
| 336 |
+
"source_value_sha256": "752856e36c60dd21ad5312655143a4337d9c89ed10fd0de590f22be595e3875b",
|
| 337 |
+
"fallback": "source-fallback"
|
| 338 |
+
},
|
| 339 |
+
{
|
| 340 |
+
"repo": "matplotlib_matplotlib",
|
| 341 |
+
"sha": "84ffb605d4dd06de0dc7eebb2605a35596c9e092",
|
| 342 |
+
"location_id": "git_patch:hunk:5:line:50",
|
| 343 |
+
"target_field": "git_patch",
|
| 344 |
+
"noise_type": "patch",
|
| 345 |
+
"source_value_sha256": "824e3a743acd81dea8e23f96e4aa78f0e45dd7b0665773ee83ec7d16a32b256d",
|
| 346 |
+
"fallback": "source-fallback"
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"repo": "matplotlib_matplotlib",
|
| 350 |
+
"sha": "5805fc3d4f9ee4ebd35b332e1fde5eb25174329b",
|
| 351 |
+
"location_id": "git_patch:hunk:12:line:9",
|
| 352 |
+
"target_field": "git_patch",
|
| 353 |
+
"noise_type": "patch",
|
| 354 |
+
"source_value_sha256": "3ea7cc01c071acb4b987065826896b877a2edc1759d445cd186abf8a40130231",
|
| 355 |
+
"fallback": "source-fallback"
|
| 356 |
+
},
|
| 357 |
+
{
|
| 358 |
+
"repo": "matplotlib_matplotlib",
|
| 359 |
+
"sha": "cf7b73c3e524ff6e0057f911df560afa176fafaf",
|
| 360 |
+
"location_id": "git_patch:hunk:2:line:7",
|
| 361 |
+
"target_field": "git_patch",
|
| 362 |
+
"noise_type": "patch",
|
| 363 |
+
"source_value_sha256": "b2f5041b3a4f710c8fda3bb0aecb049bd66567f573f60bc8323c9ef95b20476a",
|
| 364 |
+
"fallback": "source-fallback"
|
| 365 |
+
},
|
| 366 |
+
{
|
| 367 |
+
"repo": "matplotlib_matplotlib",
|
| 368 |
+
"sha": "e19357050c02645b8a2e0a10b04dabaf2bf6ed6b",
|
| 369 |
+
"location_id": "git_patch:hunk:1:line:4",
|
| 370 |
+
"target_field": "git_patch",
|
| 371 |
+
"noise_type": "patch",
|
| 372 |
+
"source_value_sha256": "b2f5041b3a4f710c8fda3bb0aecb049bd66567f573f60bc8323c9ef95b20476a",
|
| 373 |
+
"fallback": "source-fallback"
|
| 374 |
+
},
|
| 375 |
+
{
|
| 376 |
+
"repo": "matplotlib_matplotlib",
|
| 377 |
+
"sha": "758f82690a8760f0feb49f71a3070b89da4ee158",
|
| 378 |
+
"location_id": "git_patch:hunk:23:line:7",
|
| 379 |
+
"target_field": "git_patch",
|
| 380 |
+
"noise_type": "patch",
|
| 381 |
+
"source_value_sha256": "65589f068d81040e2a83e6e41fa38869e1a71702d4cede4c2882bf3710f13d7c",
|
| 382 |
+
"fallback": "source-fallback"
|
| 383 |
+
},
|
| 384 |
+
{
|
| 385 |
+
"repo": "matplotlib_matplotlib",
|
| 386 |
+
"sha": "019d6a8cc55b2ff7a534d36c8842ab07fab0ba53",
|
| 387 |
+
"location_id": "root_cause_analysis",
|
| 388 |
+
"target_field": "root_cause_analysis",
|
| 389 |
+
"noise_type": "root_cause",
|
| 390 |
+
"source_value_sha256": "84b43431730cf1ced424938b636df5a82acede25877e985209716074b13613a4",
|
| 391 |
+
"fallback": "source-fallback"
|
| 392 |
+
},
|
| 393 |
+
{
|
| 394 |
+
"repo": "matplotlib_matplotlib",
|
| 395 |
+
"sha": "ba30f11c0e1bc84dff2597ecf97239442d61ac79",
|
| 396 |
+
"location_id": "git_patch:hunk:6:line:50",
|
| 397 |
+
"target_field": "git_patch",
|
| 398 |
+
"noise_type": "patch",
|
| 399 |
+
"source_value_sha256": "4c126f63a82324175b7f32405b2527d5ed3cdab9a88a53055c031227be328ca8",
|
| 400 |
+
"fallback": "source-fallback"
|
| 401 |
+
},
|
| 402 |
+
{
|
| 403 |
+
"repo": "matplotlib_matplotlib",
|
| 404 |
+
"sha": "41ff889e3685cdf74e66fa9d40769d021519739b",
|
| 405 |
+
"location_id": "git_patch:hunk:4:line:11",
|
| 406 |
+
"target_field": "git_patch",
|
| 407 |
+
"noise_type": "patch",
|
| 408 |
+
"source_value_sha256": "de534f31bd718c97c7acc73fd4d4a962707ea5c1478af4942a1699e1a1ffe907",
|
| 409 |
+
"fallback": "source-fallback"
|
| 410 |
+
},
|
| 411 |
+
{
|
| 412 |
+
"repo": "matplotlib_matplotlib",
|
| 413 |
+
"sha": "43690fb626592655dd3cda3f7a4fb23939b617b7",
|
| 414 |
+
"location_id": "git_patch:hunk:0:line:22",
|
| 415 |
+
"target_field": "git_patch",
|
| 416 |
+
"noise_type": "patch",
|
| 417 |
+
"source_value_sha256": "8a84e211412de1bf0ebd2551ce4fcc092f01db1d507c12c85e6438de9f2dffb7",
|
| 418 |
+
"fallback": "source-fallback"
|
| 419 |
+
},
|
| 420 |
+
{
|
| 421 |
+
"repo": "matplotlib_matplotlib",
|
| 422 |
+
"sha": "4aca98f18ed28d0b9e8dda5832b45ac33a61f44e",
|
| 423 |
+
"location_id": "git_patch:hunk:1:line:8",
|
| 424 |
+
"target_field": "git_patch",
|
| 425 |
+
"noise_type": "patch",
|
| 426 |
+
"source_value_sha256": "0852f0ef9fa597c399526f3e5a81fc41d91e2b4c84ffe26dd1f5537df0ee4dee",
|
| 427 |
+
"fallback": "source-fallback"
|
| 428 |
+
},
|
| 429 |
+
{
|
| 430 |
+
"repo": "matplotlib_matplotlib",
|
| 431 |
+
"sha": "e31fb40a17ca0a5e54a6d8180dce638da848df73",
|
| 432 |
+
"location_id": "git_patch:hunk:2:line:8",
|
| 433 |
+
"target_field": "git_patch",
|
| 434 |
+
"noise_type": "patch",
|
| 435 |
+
"source_value_sha256": "0852f0ef9fa597c399526f3e5a81fc41d91e2b4c84ffe26dd1f5537df0ee4dee",
|
| 436 |
+
"fallback": "source-fallback"
|
| 437 |
+
},
|
| 438 |
+
{
|
| 439 |
+
"repo": "matplotlib_matplotlib",
|
| 440 |
+
"sha": "ec831251219a3cd839991d051c02ca694aa9ee2b",
|
| 441 |
+
"location_id": "git_patch:hunk:7:line:8",
|
| 442 |
+
"target_field": "git_patch",
|
| 443 |
+
"noise_type": "patch",
|
| 444 |
+
"source_value_sha256": "087e49df92cded06c0fcdc3cfef6ee8a44fe745397fbe5bf4c5bae1dc951f102",
|
| 445 |
+
"fallback": "source-fallback"
|
| 446 |
+
},
|
| 447 |
+
{
|
| 448 |
+
"repo": "matplotlib_matplotlib",
|
| 449 |
+
"sha": "5356ef0e2f49afb409c1b18f9bd87cdb737299ad",
|
| 450 |
+
"location_id": "git_patch:hunk:11:line:70",
|
| 451 |
+
"target_field": "git_patch",
|
| 452 |
+
"noise_type": "patch",
|
| 453 |
+
"source_value_sha256": "a1a9e5328af434c0cc932c5f91eb55c5796ce904c76a2f7d8e9afc73484c37da",
|
| 454 |
+
"fallback": "source-fallback"
|
| 455 |
+
},
|
| 456 |
+
{
|
| 457 |
+
"repo": "matplotlib_matplotlib",
|
| 458 |
+
"sha": "7c62839adad51468b7e7d52aef616b5062506548",
|
| 459 |
+
"location_id": "git_patch:hunk:1:line:13",
|
| 460 |
+
"target_field": "git_patch",
|
| 461 |
+
"noise_type": "patch",
|
| 462 |
+
"source_value_sha256": "fa01928dfcaba3770434377e91f0e62032e0384b54d31885fe1206a787df5442",
|
| 463 |
+
"fallback": "source-fallback"
|
| 464 |
+
},
|
| 465 |
+
{
|
| 466 |
+
"repo": "matplotlib_matplotlib",
|
| 467 |
+
"sha": "3d9462072d0d40c94c677c2d990f0f9740351544",
|
| 468 |
+
"location_id": "git_patch:hunk:5:line:14",
|
| 469 |
+
"target_field": "git_patch",
|
| 470 |
+
"noise_type": "patch",
|
| 471 |
+
"source_value_sha256": "fa01928dfcaba3770434377e91f0e62032e0384b54d31885fe1206a787df5442",
|
| 472 |
+
"fallback": "source-fallback"
|
| 473 |
+
},
|
| 474 |
+
{
|
| 475 |
+
"repo": "matplotlib_matplotlib",
|
| 476 |
+
"sha": "c488353862958ad5bf81954b229b4b7a1e22c7a3",
|
| 477 |
+
"location_id": "root_cause_analysis",
|
| 478 |
+
"target_field": "root_cause_analysis",
|
| 479 |
+
"noise_type": "root_cause",
|
| 480 |
+
"source_value_sha256": "375c67181a74eae660cb5ec7578f438da88a9813e7a9f1213d83c02e1bc335a6",
|
| 481 |
+
"fallback": "source-fallback"
|
| 482 |
+
},
|
| 483 |
+
{
|
| 484 |
+
"repo": "matplotlib_matplotlib",
|
| 485 |
+
"sha": "313fe447618a951740b5f1a901d9b400e280d6c2",
|
| 486 |
+
"location_id": "git_patch:hunk:1:line:5",
|
| 487 |
+
"target_field": "git_patch",
|
| 488 |
+
"noise_type": "patch",
|
| 489 |
+
"source_value_sha256": "14888958e7886b9e03f1cfbf4dabc8f41798518cdd701093693bb89a0f4bf12e",
|
| 490 |
+
"fallback": "source-fallback"
|
| 491 |
+
},
|
| 492 |
+
{
|
| 493 |
+
"repo": "matplotlib_matplotlib",
|
| 494 |
+
"sha": "db7e397fd0f02d6310d707ae577a5a1e8047a135",
|
| 495 |
+
"location_id": "root_cause_analysis",
|
| 496 |
+
"target_field": "root_cause_analysis",
|
| 497 |
+
"noise_type": "root_cause",
|
| 498 |
+
"source_value_sha256": "ae511b612c10ad434de55f0c4ae14f621f3ec1aec7c3e67415cf57915d8476e4",
|
| 499 |
+
"fallback": "source-fallback"
|
| 500 |
+
},
|
| 501 |
+
{
|
| 502 |
+
"repo": "matplotlib_matplotlib",
|
| 503 |
+
"sha": "be38b21bac0897f8900e006b680c4736bebf7caa",
|
| 504 |
+
"location_id": "git_patch:hunk:15:line:15",
|
| 505 |
+
"target_field": "git_patch",
|
| 506 |
+
"noise_type": "patch",
|
| 507 |
+
"source_value_sha256": "748494b08bf9de709473af759894b5b84b248e63f4e54171661dafe7672e3f40",
|
| 508 |
+
"fallback": "source-fallback"
|
| 509 |
+
},
|
| 510 |
+
{
|
| 511 |
+
"repo": "matplotlib_matplotlib",
|
| 512 |
+
"sha": "b4fc4d34ae136886489f0ce99461c86af34a5a55",
|
| 513 |
+
"location_id": "git_patch:hunk:1:line:8",
|
| 514 |
+
"target_field": "git_patch",
|
| 515 |
+
"noise_type": "patch",
|
| 516 |
+
"source_value_sha256": "25f144d462bc5bf902842b4a07cf38870edeac45bd2f39a97b23cfae53d6624a",
|
| 517 |
+
"fallback": "source-fallback"
|
| 518 |
+
},
|
| 519 |
+
{
|
| 520 |
+
"repo": "matplotlib_matplotlib",
|
| 521 |
+
"sha": "7fd4c670718b820bef992c33b42caf0c6c8a3d73",
|
| 522 |
+
"location_id": "git_patch:hunk:3:line:20",
|
| 523 |
+
"target_field": "git_patch",
|
| 524 |
+
"noise_type": "patch",
|
| 525 |
+
"source_value_sha256": "25f144d462bc5bf902842b4a07cf38870edeac45bd2f39a97b23cfae53d6624a",
|
| 526 |
+
"fallback": "source-fallback"
|
| 527 |
+
},
|
| 528 |
+
{
|
| 529 |
+
"repo": "matplotlib_matplotlib",
|
| 530 |
+
"sha": "2888c0b97f01db220b2e208057e00b4a7de58a52",
|
| 531 |
+
"location_id": "git_patch:hunk:30:line:5",
|
| 532 |
+
"target_field": "git_patch",
|
| 533 |
+
"noise_type": "patch",
|
| 534 |
+
"source_value_sha256": "b53a10469b48cec571e95c635f9405e7db4397e51d09deac313061c89a3ce313",
|
| 535 |
+
"fallback": "source-fallback"
|
| 536 |
+
},
|
| 537 |
+
{
|
| 538 |
+
"repo": "mwaskom_seaborn",
|
| 539 |
+
"sha": "fbef7e223fd54ae81a01a4159daaca94aecbbf61",
|
| 540 |
+
"location_id": "git_patch:hunk:1:line:8",
|
| 541 |
+
"target_field": "git_patch",
|
| 542 |
+
"noise_type": "patch",
|
| 543 |
+
"source_value_sha256": "fd0a926f9ee1cd354ec9d1fcde2cd0ddf7c36ca1c470722476f8cf683d4c7cd7",
|
| 544 |
+
"fallback": "source-fallback"
|
| 545 |
+
},
|
| 546 |
+
{
|
| 547 |
+
"repo": "mwaskom_seaborn",
|
| 548 |
+
"sha": "69e9522b8a2ae7f6cf5c8f505947b77021227e11",
|
| 549 |
+
"location_id": "git_patch:hunk:4:line:8",
|
| 550 |
+
"target_field": "git_patch",
|
| 551 |
+
"noise_type": "patch",
|
| 552 |
+
"source_value_sha256": "cb6a5aaf063d6f8a7faa6adb8e8df31bb439e9ab4dd2fed9f1f91ca9310f6904",
|
| 553 |
+
"fallback": "source-fallback"
|
| 554 |
+
},
|
| 555 |
+
{
|
| 556 |
+
"repo": "mwaskom_seaborn",
|
| 557 |
+
"sha": "27f97616e300eb7f46ad62da8efd6981624a80fc",
|
| 558 |
+
"location_id": "git_patch:hunk:3:line:4",
|
| 559 |
+
"target_field": "git_patch",
|
| 560 |
+
"noise_type": "patch",
|
| 561 |
+
"source_value_sha256": "522ea3352b60b05230a0aa27bcdc7db9dd57d16dacd9f72b15d5a038002192e0",
|
| 562 |
+
"fallback": "source-fallback"
|
| 563 |
+
},
|
| 564 |
+
{
|
| 565 |
+
"repo": "mwaskom_seaborn",
|
| 566 |
+
"sha": "8cba4e025eea4ab2e9aaa9656e53cb86266a591d",
|
| 567 |
+
"location_id": "git_patch:hunk:3:line:10",
|
| 568 |
+
"target_field": "git_patch",
|
| 569 |
+
"noise_type": "patch",
|
| 570 |
+
"source_value_sha256": "2ecc93d9997d71cd43398dc6a7d13e46792718f72b09919bf8b6bc7248343026",
|
| 571 |
+
"fallback": "source-fallback"
|
| 572 |
+
},
|
| 573 |
+
{
|
| 574 |
+
"repo": "mwaskom_seaborn",
|
| 575 |
+
"sha": "a0ab6e2c8e1d36ae6f4d5cd1f0f60ab6a7ebfe42",
|
| 576 |
+
"location_id": "git_patch:hunk:1:line:5",
|
| 577 |
+
"target_field": "git_patch",
|
| 578 |
+
"noise_type": "patch",
|
| 579 |
+
"source_value_sha256": "954d2b28c980b66e0e32915198c21952bd3aa0600362f7c8e6762d09a75e13c7",
|
| 580 |
+
"fallback": "source-fallback"
|
| 581 |
+
},
|
| 582 |
+
{
|
| 583 |
+
"repo": "mwaskom_seaborn",
|
| 584 |
+
"sha": "907d766be8609eb9391398c65bdc8167d93c9066",
|
| 585 |
+
"location_id": "git_patch:hunk:1:line:7",
|
| 586 |
+
"target_field": "git_patch",
|
| 587 |
+
"noise_type": "patch",
|
| 588 |
+
"source_value_sha256": "e24eb0a88094292325f935008b7e708188043c090f51d6d3ce2e6dd12004f769",
|
| 589 |
+
"fallback": "source-fallback"
|
| 590 |
+
},
|
| 591 |
+
{
|
| 592 |
+
"repo": "mwaskom_seaborn",
|
| 593 |
+
"sha": "8e848b1ee57c4b3ebf5dc91830dc1bb8fde11dce",
|
| 594 |
+
"location_id": "git_patch:hunk:0:line:5",
|
| 595 |
+
"target_field": "git_patch",
|
| 596 |
+
"noise_type": "patch",
|
| 597 |
+
"source_value_sha256": "321669ce0546be756260806314638b32ea62846092a78b7f9270bff3366a29a6",
|
| 598 |
+
"fallback": "source-fallback"
|
| 599 |
+
},
|
| 600 |
+
{
|
| 601 |
+
"repo": "mwaskom_seaborn",
|
| 602 |
+
"sha": "d8353c78404857451ae036723f7c8ddf0499cc56",
|
| 603 |
+
"location_id": "git_patch:hunk:6:line:6",
|
| 604 |
+
"target_field": "git_patch",
|
| 605 |
+
"noise_type": "patch",
|
| 606 |
+
"source_value_sha256": "93b7a7ebcdfc59074163068edb71c91ad17b6703fb332bf8830b83ab438e86ec",
|
| 607 |
+
"fallback": "source-fallback"
|
| 608 |
+
},
|
| 609 |
+
{
|
| 610 |
+
"repo": "mwaskom_seaborn",
|
| 611 |
+
"sha": "0eb4fb0c6e22aca696e48a532edbfb1cad9f09c4",
|
| 612 |
+
"location_id": "git_patch:hunk:19:line:44",
|
| 613 |
+
"target_field": "git_patch",
|
| 614 |
+
"noise_type": "patch",
|
| 615 |
+
"source_value_sha256": "41672edb01e80cbd3196619317b6fd5b8b2762daa3a7ef341ca41972a16de592",
|
| 616 |
+
"fallback": "source-fallback"
|
| 617 |
+
},
|
| 618 |
+
{
|
| 619 |
+
"repo": "mwaskom_seaborn",
|
| 620 |
+
"sha": "6a8d193c949f226badb1be96fc0058a953a6da08",
|
| 621 |
+
"location_id": "git_patch:hunk:1:line:12",
|
| 622 |
+
"target_field": "git_patch",
|
| 623 |
+
"noise_type": "patch",
|
| 624 |
+
"source_value_sha256": "bd15c47546c96dcf6c1c92df7d4b026ee8d0c425f4e793d7e16369858edf6f91",
|
| 625 |
+
"fallback": "source-fallback"
|
| 626 |
+
},
|
| 627 |
+
{
|
| 628 |
+
"repo": "pallets_flask",
|
| 629 |
+
"sha": "d29dbe14cfc6737378ef01868b89ee154a777a48",
|
| 630 |
+
"location_id": "root_cause_analysis",
|
| 631 |
+
"target_field": "root_cause_analysis",
|
| 632 |
+
"noise_type": "root_cause",
|
| 633 |
+
"source_value_sha256": "609f257580cd19f989091d10ec51f7c85c8409a74028eb8077e6339cb22a5eee",
|
| 634 |
+
"fallback": "source-fallback"
|
| 635 |
+
},
|
| 636 |
+
{
|
| 637 |
+
"repo": "pallets_flask",
|
| 638 |
+
"sha": "d29dbe14cfc6737378ef01868b89ee154a777a48",
|
| 639 |
+
"location_id": "solution_implementation",
|
| 640 |
+
"target_field": "solution_implementation",
|
| 641 |
+
"noise_type": "solution",
|
| 642 |
+
"source_value_sha256": "b01e5375ec172304853e4cbd5946a733b1500335313d7881610f07b740fc5939",
|
| 643 |
+
"fallback": "source-fallback"
|
| 644 |
+
},
|
| 645 |
+
{
|
| 646 |
+
"repo": "psf_requests",
|
| 647 |
+
"sha": "a6412b02ba271a7a8e6fc4a74ecf6295cb06ddbe",
|
| 648 |
+
"location_id": "root_cause_analysis",
|
| 649 |
+
"target_field": "root_cause_analysis",
|
| 650 |
+
"noise_type": "root_cause",
|
| 651 |
+
"source_value_sha256": "74a13381c3bfdd5a954e01484dd83195843fbe7715d1df2ab9cf53b66baa89a2",
|
| 652 |
+
"fallback": "source-fallback"
|
| 653 |
+
},
|
| 654 |
+
{
|
| 655 |
+
"repo": "psf_requests",
|
| 656 |
+
"sha": "c333bd144e72d82a44dba03b6020e9e77e985e6a",
|
| 657 |
+
"location_id": "git_patch:hunk:0:line:5",
|
| 658 |
+
"target_field": "git_patch",
|
| 659 |
+
"noise_type": "patch",
|
| 660 |
+
"source_value_sha256": "8613d2d69ecad02971e16d0db4788780714171143990f3a65eb0ebe033979124",
|
| 661 |
+
"fallback": "source-fallback"
|
| 662 |
+
},
|
| 663 |
+
{
|
| 664 |
+
"repo": "psf_requests",
|
| 665 |
+
"sha": "480a3821ab9ebfdd0830ad9907b99af99d251e66",
|
| 666 |
+
"location_id": "git_patch:hunk:35:line:105",
|
| 667 |
+
"target_field": "git_patch",
|
| 668 |
+
"noise_type": "patch",
|
| 669 |
+
"source_value_sha256": "0671c4c876d03c9c741602d488bc85262a2a23a99affc3d06edea9d319013cbd",
|
| 670 |
+
"fallback": "source-fallback"
|
| 671 |
+
},
|
| 672 |
+
{
|
| 673 |
+
"repo": "pydata_xarray",
|
| 674 |
+
"sha": "897b5d153a9fc12c072f8f6d8fa07f8deec679d3",
|
| 675 |
+
"location_id": "git_patch:hunk:0:line:5",
|
| 676 |
+
"target_field": "git_patch",
|
| 677 |
+
"noise_type": "patch",
|
| 678 |
+
"source_value_sha256": "7dc80a91c4df81c372dcff6544f23dc4d58cafd1dd26d15bcc5a0725c8ab6885",
|
| 679 |
+
"fallback": "source-fallback"
|
| 680 |
+
},
|
| 681 |
+
{
|
| 682 |
+
"repo": "pydata_xarray",
|
| 683 |
+
"sha": "31d540f9d668fc5f8c1c92165f950c568778db01",
|
| 684 |
+
"location_id": "git_patch:hunk:7:line:17",
|
| 685 |
+
"target_field": "git_patch",
|
| 686 |
+
"noise_type": "patch",
|
| 687 |
+
"source_value_sha256": "f74f1dde4c6f57c7e43d769296da786b142dd868df60231bb60fd15952cc48b0",
|
| 688 |
+
"fallback": "source-fallback"
|
| 689 |
+
},
|
| 690 |
+
{
|
| 691 |
+
"repo": "pydata_xarray",
|
| 692 |
+
"sha": "dafd726c36e24ac77427513a4a149a6933353b66",
|
| 693 |
+
"location_id": "git_patch:hunk:2:line:10",
|
| 694 |
+
"target_field": "git_patch",
|
| 695 |
+
"noise_type": "patch",
|
| 696 |
+
"source_value_sha256": "a2e5988e605208a4868472fd06c1b0609ce2556c5ea93022a72b4641cf258e25",
|
| 697 |
+
"fallback": "source-fallback"
|
| 698 |
+
},
|
| 699 |
+
{
|
| 700 |
+
"repo": "pylint-dev_pylint",
|
| 701 |
+
"sha": "ca66de9c52fcfbfab8b59da992354cb4cbeee57c",
|
| 702 |
+
"location_id": "root_cause_analysis",
|
| 703 |
+
"target_field": "root_cause_analysis",
|
| 704 |
+
"noise_type": "root_cause",
|
| 705 |
+
"source_value_sha256": "94e08fc81d3c6a32ef4917e328ea76fa866731c1ef3162bd44ea8d013d5c5b64",
|
| 706 |
+
"fallback": "source-fallback"
|
| 707 |
+
},
|
| 708 |
+
{
|
| 709 |
+
"repo": "pylint-dev_pylint",
|
| 710 |
+
"sha": "f8b23eb9cccf4bda452bf56dc1c71b8a046e571b",
|
| 711 |
+
"location_id": "git_patch:hunk:0:line:84",
|
| 712 |
+
"target_field": "git_patch",
|
| 713 |
+
"noise_type": "patch",
|
| 714 |
+
"source_value_sha256": "dd6cd7eb820e7cd01f8a19997160ee7ae2f888d7dc4335b00f558d19768cce48",
|
| 715 |
+
"fallback": "source-fallback"
|
| 716 |
+
},
|
| 717 |
+
{
|
| 718 |
+
"repo": "pylint-dev_pylint",
|
| 719 |
+
"sha": "e9683c465364005459bd2b4a9d06b8d82c358eb8",
|
| 720 |
+
"location_id": "git_patch:hunk:5:line:27",
|
| 721 |
+
"target_field": "git_patch",
|
| 722 |
+
"noise_type": "patch",
|
| 723 |
+
"source_value_sha256": "870b55815436e05e019f033759c2a8065abba6012c0bc902afd12251f34d2f0a",
|
| 724 |
+
"fallback": "source-fallback"
|
| 725 |
+
},
|
| 726 |
+
{
|
| 727 |
+
"repo": "pylint-dev_pylint",
|
| 728 |
+
"sha": "ad8d88e4a404b2ea8db94cf910bcc26a19494875",
|
| 729 |
+
"location_id": "problem_description",
|
| 730 |
+
"target_field": "problem_description",
|
| 731 |
+
"noise_type": "description",
|
| 732 |
+
"source_value_sha256": "5bea900a16161599ace02fd04f6ccb4ad33541bd714b9d81fa4383e8c9d95e30",
|
| 733 |
+
"fallback": "source-fallback"
|
| 734 |
+
},
|
| 735 |
+
{
|
| 736 |
+
"repo": "pylint-dev_pylint",
|
| 737 |
+
"sha": "d32afef289f74cf88c487304924e8b080ec64485",
|
| 738 |
+
"location_id": "git_patch:hunk:4:line:5",
|
| 739 |
+
"target_field": "git_patch",
|
| 740 |
+
"noise_type": "patch",
|
| 741 |
+
"source_value_sha256": "5a58ac1201d4f00179872264bdb78125907b604b3879f68cbbc828c457702f89",
|
| 742 |
+
"fallback": "source-fallback"
|
| 743 |
+
},
|
| 744 |
+
{
|
| 745 |
+
"repo": "pytest-dev_pytest",
|
| 746 |
+
"sha": "29e19de6a4f9e17690552ff81edbb55888b8bab1",
|
| 747 |
+
"location_id": "git_patch:hunk:40:line:132",
|
| 748 |
+
"target_field": "git_patch",
|
| 749 |
+
"noise_type": "patch",
|
| 750 |
+
"source_value_sha256": "c4dc43215c0c43a0607461f74c8c496b27e2f6cd0ffa77eeba4339049bc33796",
|
| 751 |
+
"fallback": "source-fallback"
|
| 752 |
+
},
|
| 753 |
+
{
|
| 754 |
+
"repo": "pytest-dev_pytest",
|
| 755 |
+
"sha": "f14fc582e948008cac8ed6d35533a0e880505c82",
|
| 756 |
+
"location_id": "root_cause_analysis",
|
| 757 |
+
"target_field": "root_cause_analysis",
|
| 758 |
+
"noise_type": "root_cause",
|
| 759 |
+
"source_value_sha256": "509e7dc81b2be70d0c47336d77a9aabc4cdb7d4b3e7b88288e5a5d0989c7faac",
|
| 760 |
+
"fallback": "source-fallback"
|
| 761 |
+
},
|
| 762 |
+
{
|
| 763 |
+
"repo": "pytest-dev_pytest",
|
| 764 |
+
"sha": "a8d7e513f41e40df92dd32484418102796d0bf55",
|
| 765 |
+
"location_id": "root_cause_analysis",
|
| 766 |
+
"target_field": "root_cause_analysis",
|
| 767 |
+
"noise_type": "root_cause",
|
| 768 |
+
"source_value_sha256": "8ff60cf1e7952d6094733c41cd4c2fd6eb87d819e5cb9f59b377fc8c6164d348",
|
| 769 |
+
"fallback": "source-fallback"
|
| 770 |
+
},
|
| 771 |
+
{
|
| 772 |
+
"repo": "pytest-dev_pytest",
|
| 773 |
+
"sha": "dd384f7f78431866ee6ecbf55440472b4a27fd5f",
|
| 774 |
+
"location_id": "solution_implementation",
|
| 775 |
+
"target_field": "solution_implementation",
|
| 776 |
+
"noise_type": "solution",
|
| 777 |
+
"source_value_sha256": "1655969d37c53dd764ae78e7648276970d3c0594f9a8b0b9552b39cf1a8ae19b",
|
| 778 |
+
"fallback": "source-fallback"
|
| 779 |
+
},
|
| 780 |
+
{
|
| 781 |
+
"repo": "pytest-dev_pytest",
|
| 782 |
+
"sha": "a98d093a71a3a0cb13ff7d337366f364a54c2ba3",
|
| 783 |
+
"location_id": "git_patch:hunk:2:line:5",
|
| 784 |
+
"target_field": "git_patch",
|
| 785 |
+
"noise_type": "patch",
|
| 786 |
+
"source_value_sha256": "58b9138957ebffeb16f60ea70e1fd91e27e0049d81b45de49dd3da8405e0b121",
|
| 787 |
+
"fallback": "source-fallback"
|
| 788 |
+
},
|
| 789 |
+
{
|
| 790 |
+
"repo": "scikit-learn_scikit-learn",
|
| 791 |
+
"sha": "38758290f50660f447b13b49a004434e3cd5d76b",
|
| 792 |
+
"location_id": "problem_description",
|
| 793 |
+
"target_field": "problem_description",
|
| 794 |
+
"noise_type": "description",
|
| 795 |
+
"source_value_sha256": "03c3f121b60161264de3ee5fc45cfec3ff489f29275704be309da50dd1e12ed2",
|
| 796 |
+
"fallback": "source-fallback"
|
| 797 |
+
},
|
| 798 |
+
{
|
| 799 |
+
"repo": "scikit-learn_scikit-learn",
|
| 800 |
+
"sha": "0f51919df9c7aeeb3d022cda28012d8952492f5c",
|
| 801 |
+
"location_id": "git_patch:hunk:3:line:98",
|
| 802 |
+
"target_field": "git_patch",
|
| 803 |
+
"noise_type": "patch",
|
| 804 |
+
"source_value_sha256": "751b913f3f915b687fc0f1178cab251af122cf763e31f52edcd2f0c5fe6fe26d",
|
| 805 |
+
"fallback": "source-fallback"
|
| 806 |
+
},
|
| 807 |
+
{
|
| 808 |
+
"repo": "scikit-learn_scikit-learn",
|
| 809 |
+
"sha": "7b94a59a59590ef3795b5525c5eb8edbbaa5ae13",
|
| 810 |
+
"location_id": "git_patch:hunk:1:line:13",
|
| 811 |
+
"target_field": "git_patch",
|
| 812 |
+
"noise_type": "patch",
|
| 813 |
+
"source_value_sha256": "99443be259d2f84856a39a2af2f547eaf08cc7a1c10f7765cd52d8d44da55bc2",
|
| 814 |
+
"fallback": "source-fallback"
|
| 815 |
+
},
|
| 816 |
+
{
|
| 817 |
+
"repo": "scikit-learn_scikit-learn",
|
| 818 |
+
"sha": "5a6d410eb5646fa722939a384b9b885505a2f3c3",
|
| 819 |
+
"location_id": "git_patch:hunk:2:line:5",
|
| 820 |
+
"target_field": "git_patch",
|
| 821 |
+
"noise_type": "patch",
|
| 822 |
+
"source_value_sha256": "dfd0455cd15ba92a41f91e53eb1c1a7cac9bc1515fda936f313439b8c474d5dd",
|
| 823 |
+
"fallback": "source-fallback"
|
| 824 |
+
},
|
| 825 |
+
{
|
| 826 |
+
"repo": "scikit-learn_scikit-learn",
|
| 827 |
+
"sha": "8e69f436f269d02c9c421d168bd24d46eec891bc",
|
| 828 |
+
"location_id": "root_cause_analysis",
|
| 829 |
+
"target_field": "root_cause_analysis",
|
| 830 |
+
"noise_type": "root_cause",
|
| 831 |
+
"source_value_sha256": "b0014e7c596f46666be38c7d90e4fce7f65cb70d37978661d85b8764ffecd597",
|
| 832 |
+
"fallback": "source-fallback"
|
| 833 |
+
},
|
| 834 |
+
{
|
| 835 |
+
"repo": "scikit-learn_scikit-learn",
|
| 836 |
+
"sha": "3dd1d00532c70cc3f5ebf2db916e072138afa0f1",
|
| 837 |
+
"location_id": "git_patch:hunk:3:line:10",
|
| 838 |
+
"target_field": "git_patch",
|
| 839 |
+
"noise_type": "patch",
|
| 840 |
+
"source_value_sha256": "4abc017055e113700e636856c30b6377c2ce178781842645d993c6bb7ba3944e",
|
| 841 |
+
"fallback": "source-fallback"
|
| 842 |
+
},
|
| 843 |
+
{
|
| 844 |
+
"repo": "scikit-learn_scikit-learn",
|
| 845 |
+
"sha": "17361c759baf506846e6197f3a8b66397d5802a1",
|
| 846 |
+
"location_id": "git_patch:hunk:29:line:5",
|
| 847 |
+
"target_field": "git_patch",
|
| 848 |
+
"noise_type": "patch",
|
| 849 |
+
"source_value_sha256": "fc037865139979b8f01b2b0ef985230f6dd12c8094f0ec744def8315cb8e47ac",
|
| 850 |
+
"fallback": "source-fallback"
|
| 851 |
+
},
|
| 852 |
+
{
|
| 853 |
+
"repo": "scikit-learn_scikit-learn",
|
| 854 |
+
"sha": "0d498c6fefb78fa221201126bc87dcb682082696",
|
| 855 |
+
"location_id": "git_patch:hunk:23:line:46",
|
| 856 |
+
"target_field": "git_patch",
|
| 857 |
+
"noise_type": "patch",
|
| 858 |
+
"source_value_sha256": "2abf773db2451b4a19e43696bc1a689eb90d96f338d40bab90994dc6fde090ea",
|
| 859 |
+
"fallback": "source-fallback"
|
| 860 |
+
},
|
| 861 |
+
{
|
| 862 |
+
"repo": "scikit-learn_scikit-learn",
|
| 863 |
+
"sha": "48ba97f13d9788ebfd9e4e9818f744d2ba22957f",
|
| 864 |
+
"location_id": "git_patch:hunk:22:line:5",
|
| 865 |
+
"target_field": "git_patch",
|
| 866 |
+
"noise_type": "patch",
|
| 867 |
+
"source_value_sha256": "1ddff2a2aef8e7c486e36de933a8de8571c3d0a1b9620d35ba2907df02ee342b",
|
| 868 |
+
"fallback": "source-fallback"
|
| 869 |
+
},
|
| 870 |
+
{
|
| 871 |
+
"repo": "scikit-learn_scikit-learn",
|
| 872 |
+
"sha": "096e3e0bf2d5df7e2bd35ac3f37bbc7622860114",
|
| 873 |
+
"location_id": "git_patch:hunk:70:line:5",
|
| 874 |
+
"target_field": "git_patch",
|
| 875 |
+
"noise_type": "patch",
|
| 876 |
+
"source_value_sha256": "ef822d22810eae6a48fe1be4f89f9ded43faa213f1327cbef92faba308a1e439",
|
| 877 |
+
"fallback": "source-fallback"
|
| 878 |
+
},
|
| 879 |
+
{
|
| 880 |
+
"repo": "scikit-learn_scikit-learn",
|
| 881 |
+
"sha": "ba55424a5ab1e7d1f5baadfb59154b9654a4b9fa",
|
| 882 |
+
"location_id": "git_patch:hunk:6:line:17",
|
| 883 |
+
"target_field": "git_patch",
|
| 884 |
+
"noise_type": "patch",
|
| 885 |
+
"source_value_sha256": "ca3804ad5ebfcfa29208e1256ffe8a09f703f086cae5aaaf6086ab87f672451f",
|
| 886 |
+
"fallback": "source-fallback"
|
| 887 |
+
},
|
| 888 |
+
{
|
| 889 |
+
"repo": "scikit-learn_scikit-learn",
|
| 890 |
+
"sha": "9cf5f00eb20cefbd9160ed8ac6be76ec1c8ea51e",
|
| 891 |
+
"location_id": "git_patch:hunk:33:line:5",
|
| 892 |
+
"target_field": "git_patch",
|
| 893 |
+
"noise_type": "patch",
|
| 894 |
+
"source_value_sha256": "899627abeb92ce06140832b6124894c4427f127137443f11a5e36f03ac7aafc0",
|
| 895 |
+
"fallback": "source-fallback"
|
| 896 |
+
},
|
| 897 |
+
{
|
| 898 |
+
"repo": "scikit-learn_scikit-learn",
|
| 899 |
+
"sha": "38b455d5411409c9bf675e91796516f5e938b420",
|
| 900 |
+
"location_id": "git_patch:hunk:69:line:8",
|
| 901 |
+
"target_field": "git_patch",
|
| 902 |
+
"noise_type": "patch",
|
| 903 |
+
"source_value_sha256": "3c892bb1d2629cb9379fc7978218e5c0eef32dd0369e9c154dbd8d7aa8b6e436",
|
| 904 |
+
"fallback": "source-fallback"
|
| 905 |
+
},
|
| 906 |
+
{
|
| 907 |
+
"repo": "scikit-learn_scikit-learn",
|
| 908 |
+
"sha": "0eec74e4e77835e7a41ea554b3f1c61da878c7f7",
|
| 909 |
+
"location_id": "git_patch:hunk:1:line:7",
|
| 910 |
+
"target_field": "git_patch",
|
| 911 |
+
"noise_type": "patch",
|
| 912 |
+
"source_value_sha256": "833dc0d82ba01db29f95763fe52360d0ee480304024fa302f547bb4efc9c19b8",
|
| 913 |
+
"fallback": "source-fallback"
|
| 914 |
+
},
|
| 915 |
+
{
|
| 916 |
+
"repo": "scikit-learn_scikit-learn",
|
| 917 |
+
"sha": "261117923d38d3e7ccced2532e51cf0e05e57204",
|
| 918 |
+
"location_id": "git_patch:hunk:85:line:5",
|
| 919 |
+
"target_field": "git_patch",
|
| 920 |
+
"noise_type": "patch",
|
| 921 |
+
"source_value_sha256": "d1cf2ba17d27b5462fb898aa18ae51a4f060205a3fcb3a5f2ce5cd6a84cb7b0f",
|
| 922 |
+
"fallback": "source-fallback"
|
| 923 |
+
},
|
| 924 |
+
{
|
| 925 |
+
"repo": "scikit-learn_scikit-learn",
|
| 926 |
+
"sha": "2ecf5e18ba579896c5ef1a0c7a8531a6a9872a79",
|
| 927 |
+
"location_id": "git_patch:hunk:359:line:5",
|
| 928 |
+
"target_field": "git_patch",
|
| 929 |
+
"noise_type": "patch",
|
| 930 |
+
"source_value_sha256": "5a833432a4204af3532a4fff1a65d5c79bfbe20cf431b12e25d299fd42678e94",
|
| 931 |
+
"fallback": "source-fallback"
|
| 932 |
+
},
|
| 933 |
+
{
|
| 934 |
+
"repo": "scikit-learn_scikit-learn",
|
| 935 |
+
"sha": "bbdccca354265a2e01ff3e39666b71d9efbf2a3e",
|
| 936 |
+
"location_id": "git_patch:hunk:15:line:5",
|
| 937 |
+
"target_field": "git_patch",
|
| 938 |
+
"noise_type": "patch",
|
| 939 |
+
"source_value_sha256": "91020ac78837359d20d3cde2d201967bb8ec3f232ea0a6799d5545177c14aa0a",
|
| 940 |
+
"fallback": "source-fallback"
|
| 941 |
+
},
|
| 942 |
+
{
|
| 943 |
+
"repo": "scikit-learn_scikit-learn",
|
| 944 |
+
"sha": "c7aae5c273ebd943fb0da53ac3b061e0a63b3a1c",
|
| 945 |
+
"location_id": "git_patch:hunk:400:line:8",
|
| 946 |
+
"target_field": "git_patch",
|
| 947 |
+
"noise_type": "patch",
|
| 948 |
+
"source_value_sha256": "8d13646ba10dcdfda8d0b15ffb2af62511c4275ade6efadd2384853bdc17c158",
|
| 949 |
+
"fallback": "source-fallback"
|
| 950 |
+
},
|
| 951 |
+
{
|
| 952 |
+
"repo": "scikit-learn_scikit-learn",
|
| 953 |
+
"sha": "67b8601314ae0a070c086593f19d9c706972393c",
|
| 954 |
+
"location_id": "git_patch:hunk:32:line:5",
|
| 955 |
+
"target_field": "git_patch",
|
| 956 |
+
"noise_type": "patch",
|
| 957 |
+
"source_value_sha256": "94fd0ae07296923718e79d48905dbfe9497b196e0ca355feab9907c0d42a8a3a",
|
| 958 |
+
"fallback": "source-fallback"
|
| 959 |
+
},
|
| 960 |
+
{
|
| 961 |
+
"repo": "scikit-learn_scikit-learn",
|
| 962 |
+
"sha": "8cfa8ad6ccb47d4e0c46b924e23a7b519866098c",
|
| 963 |
+
"location_id": "git_patch:hunk:1:line:5",
|
| 964 |
+
"target_field": "git_patch",
|
| 965 |
+
"noise_type": "patch",
|
| 966 |
+
"source_value_sha256": "e1559dcc7e679f05e4b93ac9ea1244e16f3b1ba122d9a594134983a8b3f1b49b",
|
| 967 |
+
"fallback": "source-fallback"
|
| 968 |
+
},
|
| 969 |
+
{
|
| 970 |
+
"repo": "scikit-learn_scikit-learn",
|
| 971 |
+
"sha": "3fad0a224c5432250ba9f203c38387d07ca994f1",
|
| 972 |
+
"location_id": "git_patch:hunk:91:line:23",
|
| 973 |
+
"target_field": "git_patch",
|
| 974 |
+
"noise_type": "patch",
|
| 975 |
+
"source_value_sha256": "4ee35b01d6c3483fbbc58bc00e1f0714616e85fd548fde1e346a6613b5c2c4e1",
|
| 976 |
+
"fallback": "source-fallback"
|
| 977 |
+
},
|
| 978 |
+
{
|
| 979 |
+
"repo": "scikit-learn_scikit-learn",
|
| 980 |
+
"sha": "6c96fbec96e5197f88551d891c8e36759b9bdda2",
|
| 981 |
+
"location_id": "git_patch:hunk:302:line:5",
|
| 982 |
+
"target_field": "git_patch",
|
| 983 |
+
"noise_type": "patch",
|
| 984 |
+
"source_value_sha256": "30194f264deb5c21f03a2aea0a2dc68504827b02a16943d14518f68564ed45ea",
|
| 985 |
+
"fallback": "source-fallback"
|
| 986 |
+
},
|
| 987 |
+
{
|
| 988 |
+
"repo": "scikit-learn_scikit-learn",
|
| 989 |
+
"sha": "a5618f9975c7cc91c7a35c513f4e6426c40ea58b",
|
| 990 |
+
"location_id": "git_patch:hunk:3:line:16",
|
| 991 |
+
"target_field": "git_patch",
|
| 992 |
+
"noise_type": "patch",
|
| 993 |
+
"source_value_sha256": "d50a4319f24eafd36f6494b4c3a24e0414cef8497935556ff8d677ba4f2abbcd",
|
| 994 |
+
"fallback": "source-fallback"
|
| 995 |
+
},
|
| 996 |
+
{
|
| 997 |
+
"repo": "scikit-learn_scikit-learn",
|
| 998 |
+
"sha": "62893e3ef4eeae49defd3c9126eefbb841c58523",
|
| 999 |
+
"location_id": "git_patch:hunk:464:line:8",
|
| 1000 |
+
"target_field": "git_patch",
|
| 1001 |
+
"noise_type": "patch",
|
| 1002 |
+
"source_value_sha256": "8c5d020072ef9a41716cf853f0eeadbdb05ab2eaf0d79cbe5880889574a6a0f5",
|
| 1003 |
+
"fallback": "source-fallback"
|
| 1004 |
+
},
|
| 1005 |
+
{
|
| 1006 |
+
"repo": "scikit-learn_scikit-learn",
|
| 1007 |
+
"sha": "306924b52636137182ecc283ba0c63318a8f83d1",
|
| 1008 |
+
"location_id": "git_patch:hunk:864:line:59",
|
| 1009 |
+
"target_field": "git_patch",
|
| 1010 |
+
"noise_type": "patch",
|
| 1011 |
+
"source_value_sha256": "4558f7c6e764aebeb5a8741f607210fbd8f70604b80f5ed5765c253dc1168892",
|
| 1012 |
+
"fallback": "source-fallback"
|
| 1013 |
+
},
|
| 1014 |
+
{
|
| 1015 |
+
"repo": "scikit-learn_scikit-learn",
|
| 1016 |
+
"sha": "1add39ff110bab171df998d978cc88bab0232e54",
|
| 1017 |
+
"location_id": "git_patch:hunk:2:line:6",
|
| 1018 |
+
"target_field": "git_patch",
|
| 1019 |
+
"noise_type": "patch",
|
| 1020 |
+
"source_value_sha256": "0abf54b4fdf51109c942ba6cff84bdd5a954b59e6068f32f07e8078d1870d57f",
|
| 1021 |
+
"fallback": "source-fallback"
|
| 1022 |
+
},
|
| 1023 |
+
{
|
| 1024 |
+
"repo": "scikit-learn_scikit-learn",
|
| 1025 |
+
"sha": "dbbc4d27d783d47288985f9adca2bbb7fd480491",
|
| 1026 |
+
"location_id": "problem_description",
|
| 1027 |
+
"target_field": "problem_description",
|
| 1028 |
+
"noise_type": "description",
|
| 1029 |
+
"source_value_sha256": "4183142610aaa85c3e2629073df563f92371ebd2322c7762feb4d310b3dce7b8",
|
| 1030 |
+
"fallback": "source-fallback"
|
| 1031 |
+
},
|
| 1032 |
+
{
|
| 1033 |
+
"repo": "scikit-learn_scikit-learn",
|
| 1034 |
+
"sha": "933f80a32dfd145f20544fd98fb003f7fcccae89",
|
| 1035 |
+
"location_id": "git_patch:hunk:0:line:5",
|
| 1036 |
+
"target_field": "git_patch",
|
| 1037 |
+
"noise_type": "patch",
|
| 1038 |
+
"source_value_sha256": "a360b44679383877f21288f6b3362208de1e8b91872e475918989b5f6b5ffb36",
|
| 1039 |
+
"fallback": "source-fallback"
|
| 1040 |
+
},
|
| 1041 |
+
{
|
| 1042 |
+
"repo": "scikit-learn_scikit-learn",
|
| 1043 |
+
"sha": "862a726ca98c4bc30019cd88a1e802bbc49cbfe7",
|
| 1044 |
+
"location_id": "root_cause_analysis",
|
| 1045 |
+
"target_field": "root_cause_analysis",
|
| 1046 |
+
"noise_type": "root_cause",
|
| 1047 |
+
"source_value_sha256": "41dbc963b22d7c6eb75d5930657397d7ac5407de77243b525487fe838574e421",
|
| 1048 |
+
"fallback": "source-fallback"
|
| 1049 |
+
},
|
| 1050 |
+
{
|
| 1051 |
+
"repo": "scikit-learn_scikit-learn",
|
| 1052 |
+
"sha": "2f6af711b098b553271e69b58d0711629825848a",
|
| 1053 |
+
"location_id": "git_patch:hunk:6:line:32",
|
| 1054 |
+
"target_field": "git_patch",
|
| 1055 |
+
"noise_type": "patch",
|
| 1056 |
+
"source_value_sha256": "f5005cbde0ece060b505818c0b92994e6f31975446dccd6d3e8d1e5557d80769",
|
| 1057 |
+
"fallback": "source-fallback"
|
| 1058 |
+
},
|
| 1059 |
+
{
|
| 1060 |
+
"repo": "scikit-learn_scikit-learn",
|
| 1061 |
+
"sha": "d4da69082257fd9f162f746ba7c23e5f60f0aa26",
|
| 1062 |
+
"location_id": "git_patch:hunk:2:line:36",
|
| 1063 |
+
"target_field": "git_patch",
|
| 1064 |
+
"noise_type": "patch",
|
| 1065 |
+
"source_value_sha256": "d393c7c723f770a788f37c11fdc1a07f003705631159dea6b387af89b86cdec9",
|
| 1066 |
+
"fallback": "source-fallback"
|
| 1067 |
+
},
|
| 1068 |
+
{
|
| 1069 |
+
"repo": "scikit-learn_scikit-learn",
|
| 1070 |
+
"sha": "8f2d2112e38adf36c74aa23e9a0275223a5473b5",
|
| 1071 |
+
"location_id": "root_cause_analysis",
|
| 1072 |
+
"target_field": "root_cause_analysis",
|
| 1073 |
+
"noise_type": "root_cause",
|
| 1074 |
+
"source_value_sha256": "a540a355402a60db6d6f71283896e4ab61b16dc02f61b734ebbdfe483448b83d",
|
| 1075 |
+
"fallback": "source-fallback"
|
| 1076 |
+
},
|
| 1077 |
+
{
|
| 1078 |
+
"repo": "sphinx-doc_sphinx",
|
| 1079 |
+
"sha": "21a45409b1acc083e3bea013c2cbf4e16ef8c576",
|
| 1080 |
+
"location_id": "git_patch:hunk:0:line:5",
|
| 1081 |
+
"target_field": "git_patch",
|
| 1082 |
+
"noise_type": "patch",
|
| 1083 |
+
"source_value_sha256": "dcf0031ee88ad00dd60a48d63a7d2114828c3115f0a7d1bd4a560f2a58d37286",
|
| 1084 |
+
"fallback": "source-fallback"
|
| 1085 |
+
},
|
| 1086 |
+
{
|
| 1087 |
+
"repo": "sphinx-doc_sphinx",
|
| 1088 |
+
"sha": "2c1d0a62fb35c6b584bee825c7984cf9d68ad92f",
|
| 1089 |
+
"location_id": "git_patch:hunk:488:line:5",
|
| 1090 |
+
"target_field": "git_patch",
|
| 1091 |
+
"noise_type": "patch",
|
| 1092 |
+
"source_value_sha256": "dcf0031ee88ad00dd60a48d63a7d2114828c3115f0a7d1bd4a560f2a58d37286",
|
| 1093 |
+
"fallback": "source-fallback"
|
| 1094 |
+
},
|
| 1095 |
+
{
|
| 1096 |
+
"repo": "sphinx-doc_sphinx",
|
| 1097 |
+
"sha": "efd74a9e14a1ae2398a78faf97b9d146dfc5d6b2",
|
| 1098 |
+
"location_id": "git_patch:hunk:2:line:10",
|
| 1099 |
+
"target_field": "git_patch",
|
| 1100 |
+
"noise_type": "patch",
|
| 1101 |
+
"source_value_sha256": "bc0ce8273796687a5ab4ca6325ef38c5a744f62241732aa2b7b8abcaff648636",
|
| 1102 |
+
"fallback": "source-fallback"
|
| 1103 |
+
},
|
| 1104 |
+
{
|
| 1105 |
+
"repo": "sphinx-doc_sphinx",
|
| 1106 |
+
"sha": "f9a53f50c6cc9034a0fa7fb171b4c7a8553f7821",
|
| 1107 |
+
"location_id": "git_patch:hunk:46:line:51",
|
| 1108 |
+
"target_field": "git_patch",
|
| 1109 |
+
"noise_type": "patch",
|
| 1110 |
+
"source_value_sha256": "81b96216caf453c9cb6543f0ad3e55e2c5d63c35eeef12d810ae7e97e09e05e4",
|
| 1111 |
+
"fallback": "source-fallback"
|
| 1112 |
+
},
|
| 1113 |
+
{
|
| 1114 |
+
"repo": "sphinx-doc_sphinx",
|
| 1115 |
+
"sha": "4f296c5e6789292bbacd0558c2d671fa5025d580",
|
| 1116 |
+
"location_id": "git_patch:hunk:18:line:20",
|
| 1117 |
+
"target_field": "git_patch",
|
| 1118 |
+
"noise_type": "patch",
|
| 1119 |
+
"source_value_sha256": "96536a8dde9529f7e1e730fd6ff805e1975702da4528db743f19108c5fd225db",
|
| 1120 |
+
"fallback": "source-fallback"
|
| 1121 |
+
},
|
| 1122 |
+
{
|
| 1123 |
+
"repo": "sphinx-doc_sphinx",
|
| 1124 |
+
"sha": "adc1d2b59dc6621379ecc9f0c9e6fc10b3c4ab36",
|
| 1125 |
+
"location_id": "git_patch:hunk:2301:line:52",
|
| 1126 |
+
"target_field": "git_patch",
|
| 1127 |
+
"noise_type": "patch",
|
| 1128 |
+
"source_value_sha256": "27078ff228a78e52943aac5b68f00b37f150e40e8e276bbb5ec72319ec5f5a31",
|
| 1129 |
+
"fallback": "source-fallback"
|
| 1130 |
+
},
|
| 1131 |
+
{
|
| 1132 |
+
"repo": "sphinx-doc_sphinx",
|
| 1133 |
+
"sha": "b6d143118d35c2f138c15349fee707aec14f4349",
|
| 1134 |
+
"location_id": "problem_description",
|
| 1135 |
+
"target_field": "problem_description",
|
| 1136 |
+
"noise_type": "description",
|
| 1137 |
+
"source_value_sha256": "e13eeb25165bfe4dd3427b4c4bd498ac4af89f762e8ba7f91130cc16240c42a6",
|
| 1138 |
+
"fallback": "source-fallback"
|
| 1139 |
+
},
|
| 1140 |
+
{
|
| 1141 |
+
"repo": "sphinx-doc_sphinx",
|
| 1142 |
+
"sha": "f57177de89ff1a154c830558d218c3e334b2b437",
|
| 1143 |
+
"location_id": "git_patch:hunk:43:line:5",
|
| 1144 |
+
"target_field": "git_patch",
|
| 1145 |
+
"noise_type": "patch",
|
| 1146 |
+
"source_value_sha256": "71ed801f8f107af720365701b012e2a5ef82a4fc7264b64e46f24c8bc44eba3c",
|
| 1147 |
+
"fallback": "source-fallback"
|
| 1148 |
+
},
|
| 1149 |
+
{
|
| 1150 |
+
"repo": "sympy_sympy",
|
| 1151 |
+
"sha": "57d3da9593dcd2a8f3f8989ac601cf553abaf378",
|
| 1152 |
+
"location_id": "git_patch:hunk:4:line:10",
|
| 1153 |
+
"target_field": "git_patch",
|
| 1154 |
+
"noise_type": "patch",
|
| 1155 |
+
"source_value_sha256": "fb8093d0f01d6716e4473d77133307269ba120e0478934d6a7a503c58b0abbf5",
|
| 1156 |
+
"fallback": "source-fallback"
|
| 1157 |
+
},
|
| 1158 |
+
{
|
| 1159 |
+
"repo": "sympy_sympy",
|
| 1160 |
+
"sha": "952452990e03f7e3908dce89ce5ddee52fd024ef",
|
| 1161 |
+
"location_id": "git_patch:hunk:3:line:8",
|
| 1162 |
+
"target_field": "git_patch",
|
| 1163 |
+
"noise_type": "patch",
|
| 1164 |
+
"source_value_sha256": "a506b09ff15a02d8630690fc94eb36f9739179e59c178027bf6fd0ac7bfd2b3f",
|
| 1165 |
+
"fallback": "source-fallback"
|
| 1166 |
+
},
|
| 1167 |
+
{
|
| 1168 |
+
"repo": "sympy_sympy",
|
| 1169 |
+
"sha": "f9aab93549362a90f2fcfce16888d8d5406f1f4d",
|
| 1170 |
+
"location_id": "git_patch:hunk:2:line:5",
|
| 1171 |
+
"target_field": "git_patch",
|
| 1172 |
+
"noise_type": "patch",
|
| 1173 |
+
"source_value_sha256": "39afa599193cf5ec6c30599fc269517967e2334e4405254538c06326021bc59c",
|
| 1174 |
+
"fallback": "source-fallback"
|
| 1175 |
+
},
|
| 1176 |
+
{
|
| 1177 |
+
"repo": "sympy_sympy",
|
| 1178 |
+
"sha": "6578890039d04e32e42cd0abe5ee588f04fd1f50",
|
| 1179 |
+
"location_id": "git_patch:hunk:0:line:5",
|
| 1180 |
+
"target_field": "git_patch",
|
| 1181 |
+
"noise_type": "patch",
|
| 1182 |
+
"source_value_sha256": "08fba4a74fc0312d4a59790e0941e477726e0c90d513f8b2e3b51226d342328b",
|
| 1183 |
+
"fallback": "source-fallback"
|
| 1184 |
+
},
|
| 1185 |
+
{
|
| 1186 |
+
"repo": "sympy_sympy",
|
| 1187 |
+
"sha": "53f0e1a04652af0744e6ba2735b76ee3faa9ba61",
|
| 1188 |
+
"location_id": "git_patch:hunk:4:line:75",
|
| 1189 |
+
"target_field": "git_patch",
|
| 1190 |
+
"noise_type": "patch",
|
| 1191 |
+
"source_value_sha256": "10081f93c67f3c20434658fe51f3afc9ba12c2fbea16e1b25290060ca91adc00",
|
| 1192 |
+
"fallback": "source-fallback"
|
| 1193 |
+
},
|
| 1194 |
+
{
|
| 1195 |
+
"repo": "sympy_sympy",
|
| 1196 |
+
"sha": "277882eaf08e2f612cb9c9c8696bb1eb4507e6de",
|
| 1197 |
+
"location_id": "git_patch:hunk:7:line:20",
|
| 1198 |
+
"target_field": "git_patch",
|
| 1199 |
+
"noise_type": "patch",
|
| 1200 |
+
"source_value_sha256": "2248c174f7d63a6b3e5b1b9db78cc31ef1eca74970268d565a95b56fa120e16d",
|
| 1201 |
+
"fallback": "source-fallback"
|
| 1202 |
+
},
|
| 1203 |
+
{
|
| 1204 |
+
"repo": "sympy_sympy",
|
| 1205 |
+
"sha": "e7347cb4e97ae6f3b1a99a6de69d95529850f323",
|
| 1206 |
+
"location_id": "git_patch:hunk:0:line:11",
|
| 1207 |
+
"target_field": "git_patch",
|
| 1208 |
+
"noise_type": "patch",
|
| 1209 |
+
"source_value_sha256": "257dd6b1c9263bbf78a5843cca9df08ec0c253ae57df7dbaf4b740c20eb61652",
|
| 1210 |
+
"fallback": "source-fallback"
|
| 1211 |
+
},
|
| 1212 |
+
{
|
| 1213 |
+
"repo": "sympy_sympy",
|
| 1214 |
+
"sha": "4bd190e05a24e099d13de6fb7eb71472af6998f6",
|
| 1215 |
+
"location_id": "git_patch:hunk:2:line:6",
|
| 1216 |
+
"target_field": "git_patch",
|
| 1217 |
+
"noise_type": "patch",
|
| 1218 |
+
"source_value_sha256": "c08a8a458cabed5ae06791d3dd7000f1e9a1bfb717f3408cbc8a501a2fcd7f29",
|
| 1219 |
+
"fallback": "source-fallback"
|
| 1220 |
+
},
|
| 1221 |
+
{
|
| 1222 |
+
"repo": "sympy_sympy",
|
| 1223 |
+
"sha": "b086641a9037c4ab521bc77347826d2ca64e54f5",
|
| 1224 |
+
"location_id": "git_patch:hunk:0:line:7",
|
| 1225 |
+
"target_field": "git_patch",
|
| 1226 |
+
"noise_type": "patch",
|
| 1227 |
+
"source_value_sha256": "08fba4a74fc0312d4a59790e0941e477726e0c90d513f8b2e3b51226d342328b",
|
| 1228 |
+
"fallback": "source-fallback"
|
| 1229 |
+
},
|
| 1230 |
+
{
|
| 1231 |
+
"repo": "sympy_sympy",
|
| 1232 |
+
"sha": "80c475db2797bb8c01a296c71b9f9c10da9b54d2",
|
| 1233 |
+
"location_id": "git_patch:hunk:5:line:5",
|
| 1234 |
+
"target_field": "git_patch",
|
| 1235 |
+
"noise_type": "patch",
|
| 1236 |
+
"source_value_sha256": "c085074bdaba5f574e54aec81cb35283adb7ebea26dd7a6ecff2809dedfe2fb7",
|
| 1237 |
+
"fallback": "source-fallback"
|
| 1238 |
+
},
|
| 1239 |
+
{
|
| 1240 |
+
"repo": "sympy_sympy",
|
| 1241 |
+
"sha": "ba1f21afafdefe0def53333939bfeb0db8c5af0f",
|
| 1242 |
+
"location_id": "root_cause_analysis",
|
| 1243 |
+
"target_field": "root_cause_analysis",
|
| 1244 |
+
"noise_type": "root_cause",
|
| 1245 |
+
"source_value_sha256": "bfdf12b39f95c72a919bf7e944d5686f9d1ee6315fb81fb018d1ab3a1d81402b",
|
| 1246 |
+
"fallback": "source-fallback"
|
| 1247 |
+
},
|
| 1248 |
+
{
|
| 1249 |
+
"repo": "sympy_sympy",
|
| 1250 |
+
"sha": "ba1f21afafdefe0def53333939bfeb0db8c5af0f",
|
| 1251 |
+
"location_id": "solution_implementation",
|
| 1252 |
+
"target_field": "solution_implementation",
|
| 1253 |
+
"noise_type": "solution",
|
| 1254 |
+
"source_value_sha256": "db39d032ca3686b6ccf10351b28e56473c598912bebd78c5e6359e16e0319779",
|
| 1255 |
+
"fallback": "source-fallback"
|
| 1256 |
+
},
|
| 1257 |
+
{
|
| 1258 |
+
"repo": "sympy_sympy",
|
| 1259 |
+
"sha": "0c89c4518c08a8eed581dbf99c3e55fd668f4980",
|
| 1260 |
+
"location_id": "git_patch:hunk:1:line:6",
|
| 1261 |
+
"target_field": "git_patch",
|
| 1262 |
+
"noise_type": "patch",
|
| 1263 |
+
"source_value_sha256": "ad11615a89dfb49e8e73d59d5fc0ec884babc26fa146ac0b253f8d9c91fbcb2d",
|
| 1264 |
+
"fallback": "source-fallback"
|
| 1265 |
+
},
|
| 1266 |
+
{
|
| 1267 |
+
"repo": "sympy_sympy",
|
| 1268 |
+
"sha": "4d1500a833831bcd690a30870edde780d8e0f95d",
|
| 1269 |
+
"location_id": "git_patch:hunk:1:line:18",
|
| 1270 |
+
"target_field": "git_patch",
|
| 1271 |
+
"noise_type": "patch",
|
| 1272 |
+
"source_value_sha256": "15cf738123549a12f2eaea8ca1775cc44a5465e06615251f84558aa92b22f9d6",
|
| 1273 |
+
"fallback": "source-fallback"
|
| 1274 |
+
},
|
| 1275 |
+
{
|
| 1276 |
+
"repo": "sympy_sympy",
|
| 1277 |
+
"sha": "43e5e2464b32f488f065afb57e9a46161c54a4fd",
|
| 1278 |
+
"location_id": "git_patch:hunk:0:line:5",
|
| 1279 |
+
"target_field": "git_patch",
|
| 1280 |
+
"noise_type": "patch",
|
| 1281 |
+
"source_value_sha256": "612e08e6332ec634d1bbe519c44456dcbf0a514ae8381706c1a553435dae6722",
|
| 1282 |
+
"fallback": "source-fallback"
|
| 1283 |
+
},
|
| 1284 |
+
{
|
| 1285 |
+
"repo": "sympy_sympy",
|
| 1286 |
+
"sha": "585a7811b521d369bc3fdc3bcf68e8639e87ec24",
|
| 1287 |
+
"location_id": "git_patch:hunk:0:line:8",
|
| 1288 |
+
"target_field": "git_patch",
|
| 1289 |
+
"noise_type": "patch",
|
| 1290 |
+
"source_value_sha256": "767957966e203f14e392ef2497eb9df83cc965f697ead7714233838ac348b90b",
|
| 1291 |
+
"fallback": "source-fallback"
|
| 1292 |
+
},
|
| 1293 |
+
{
|
| 1294 |
+
"repo": "sympy_sympy",
|
| 1295 |
+
"sha": "25facb00431c11be6029386f823d104a58553558",
|
| 1296 |
+
"location_id": "git_patch:hunk:0:line:5",
|
| 1297 |
+
"target_field": "git_patch",
|
| 1298 |
+
"noise_type": "patch",
|
| 1299 |
+
"source_value_sha256": "a29e7b3f3abf9216f673ebc1b778acd819697f893d993c1539a9d347a9dff744",
|
| 1300 |
+
"fallback": "source-fallback"
|
| 1301 |
+
},
|
| 1302 |
+
{
|
| 1303 |
+
"repo": "sympy_sympy",
|
| 1304 |
+
"sha": "a63005e4969d79cbc0495cfdf95db0f9555fbd22",
|
| 1305 |
+
"location_id": "git_patch:hunk:1:line:10",
|
| 1306 |
+
"target_field": "git_patch",
|
| 1307 |
+
"noise_type": "patch",
|
| 1308 |
+
"source_value_sha256": "f759431a20fe719ca1e43ebec2c1f382a70e1b4057cef4348c3a334f9b70c987",
|
| 1309 |
+
"fallback": "source-fallback"
|
| 1310 |
+
},
|
| 1311 |
+
{
|
| 1312 |
+
"repo": "sympy_sympy",
|
| 1313 |
+
"sha": "aa1af299579cbb8c971fc36491e20c50c3a7c960",
|
| 1314 |
+
"location_id": "git_patch:hunk:0:line:40",
|
| 1315 |
+
"target_field": "git_patch",
|
| 1316 |
+
"noise_type": "patch",
|
| 1317 |
+
"source_value_sha256": "bacbfe591a961d3cd3561279aa7d398525b1f9e30f2eaf631a13ba2cacede44f",
|
| 1318 |
+
"fallback": "source-fallback"
|
| 1319 |
+
},
|
| 1320 |
+
{
|
| 1321 |
+
"repo": "sympy_sympy",
|
| 1322 |
+
"sha": "636cf382c5f8b60018fe98d90b78a1db6084a4fb",
|
| 1323 |
+
"location_id": "git_patch:hunk:6:line:11",
|
| 1324 |
+
"target_field": "git_patch",
|
| 1325 |
+
"noise_type": "patch",
|
| 1326 |
+
"source_value_sha256": "14f2c096cc4740d6d9eeba29e98309b95a301f3cc5bc8b92b01ac01552bde901",
|
| 1327 |
+
"fallback": "source-fallback"
|
| 1328 |
+
},
|
| 1329 |
+
{
|
| 1330 |
+
"repo": "sympy_sympy",
|
| 1331 |
+
"sha": "289863cc1824ae8586e3b1083e8408d243faabd4",
|
| 1332 |
+
"location_id": "git_patch:hunk:5:line:31",
|
| 1333 |
+
"target_field": "git_patch",
|
| 1334 |
+
"noise_type": "patch",
|
| 1335 |
+
"source_value_sha256": "d9be7c20a1af016dae6424b055021cae268834bd0ff724fc2fba15fdbfda8117",
|
| 1336 |
+
"fallback": "source-fallback"
|
| 1337 |
+
},
|
| 1338 |
+
{
|
| 1339 |
+
"repo": "sympy_sympy",
|
| 1340 |
+
"sha": "9e8c46fef561bf6c307760d0e690e21644042220",
|
| 1341 |
+
"location_id": "git_patch:hunk:0:line:11",
|
| 1342 |
+
"target_field": "git_patch",
|
| 1343 |
+
"noise_type": "patch",
|
| 1344 |
+
"source_value_sha256": "35900057d8a25932ec91aee1eefe442d2352905da35f84eb41a91f16316c0193",
|
| 1345 |
+
"fallback": "source-fallback"
|
| 1346 |
+
},
|
| 1347 |
+
{
|
| 1348 |
+
"repo": "sympy_sympy",
|
| 1349 |
+
"sha": "2cc8481d38a28009b32e962021ac60a9c5e7f0e7",
|
| 1350 |
+
"location_id": "git_patch:hunk:0:line:5",
|
| 1351 |
+
"target_field": "git_patch",
|
| 1352 |
+
"noise_type": "patch",
|
| 1353 |
+
"source_value_sha256": "f439acb9856a6a3ab4f12cd38667688687315cf55d6e363e6222cddf0b9d32ea",
|
| 1354 |
+
"fallback": "source-fallback"
|
| 1355 |
+
},
|
| 1356 |
+
{
|
| 1357 |
+
"repo": "sympy_sympy",
|
| 1358 |
+
"sha": "af4f447a4e5efdc03d8c785a0c5e6ddb86b0268a",
|
| 1359 |
+
"location_id": "root_cause_analysis",
|
| 1360 |
+
"target_field": "root_cause_analysis",
|
| 1361 |
+
"noise_type": "root_cause",
|
| 1362 |
+
"source_value_sha256": "fbcfda9c9f919bf5e5e729428c9577022c165fcfe7463330d3e47494e888a621",
|
| 1363 |
+
"fallback": "source-fallback"
|
| 1364 |
+
},
|
| 1365 |
+
{
|
| 1366 |
+
"repo": "sympy_sympy",
|
| 1367 |
+
"sha": "b2a8ee8ebfd288223caa3546df936cdc2e279167",
|
| 1368 |
+
"location_id": "git_patch:hunk:0:line:7",
|
| 1369 |
+
"target_field": "git_patch",
|
| 1370 |
+
"noise_type": "patch",
|
| 1371 |
+
"source_value_sha256": "6df71b7370974a9b8bb6dc86b09916cde31f7950b6ce71f40d697c6262b7f9e4",
|
| 1372 |
+
"fallback": "source-fallback"
|
| 1373 |
+
},
|
| 1374 |
+
{
|
| 1375 |
+
"repo": "sympy_sympy",
|
| 1376 |
+
"sha": "91f56cac98ecc15ee577768bfc9ff15b4bf4515c",
|
| 1377 |
+
"location_id": "git_patch:hunk:10:line:10",
|
| 1378 |
+
"target_field": "git_patch",
|
| 1379 |
+
"noise_type": "patch",
|
| 1380 |
+
"source_value_sha256": "82d66c283f142cc9a76ab1677063b3d2f47bc3f060be9c4cca8a90a727010d83",
|
| 1381 |
+
"fallback": "source-fallback"
|
| 1382 |
+
},
|
| 1383 |
+
{
|
| 1384 |
+
"repo": "sympy_sympy",
|
| 1385 |
+
"sha": "f5ccf16b64e26c60baf9bedafd81c4b2caae0d49",
|
| 1386 |
+
"location_id": "git_patch:hunk:217:line:5",
|
| 1387 |
+
"target_field": "git_patch",
|
| 1388 |
+
"noise_type": "patch",
|
| 1389 |
+
"source_value_sha256": "bfec3cfba543add28cd153ab74fa0eb467f423f8956937bfc958e681129a4871",
|
| 1390 |
+
"fallback": "source-fallback"
|
| 1391 |
+
},
|
| 1392 |
+
{
|
| 1393 |
+
"repo": "sympy_sympy",
|
| 1394 |
+
"sha": "efcd9bd785659a4eafc0794c2f7a831affe45420",
|
| 1395 |
+
"location_id": "git_patch:hunk:0:line:11",
|
| 1396 |
+
"target_field": "git_patch",
|
| 1397 |
+
"noise_type": "patch",
|
| 1398 |
+
"source_value_sha256": "9a19c6a0f515f3a7104f0c31510fbd519b3a15e4ce2956b01d654b01ed2e385c",
|
| 1399 |
+
"fallback": "source-fallback"
|
| 1400 |
+
},
|
| 1401 |
+
{
|
| 1402 |
+
"repo": "sympy_sympy",
|
| 1403 |
+
"sha": "f603be3941047d72e9acd23aa522a0323dfddf3f",
|
| 1404 |
+
"location_id": "git_patch:hunk:0:line:7",
|
| 1405 |
+
"target_field": "git_patch",
|
| 1406 |
+
"noise_type": "patch",
|
| 1407 |
+
"source_value_sha256": "cfc5a1f595a098daf93d239f32638752235d49a6c723ccbf11fce34fd0a9da39",
|
| 1408 |
+
"fallback": "source-fallback"
|
| 1409 |
+
},
|
| 1410 |
+
{
|
| 1411 |
+
"repo": "sympy_sympy",
|
| 1412 |
+
"sha": "6aff9a96f64417edc0c0420e88f236065dfd2df1",
|
| 1413 |
+
"location_id": "git_patch:hunk:0:line:7",
|
| 1414 |
+
"target_field": "git_patch",
|
| 1415 |
+
"noise_type": "patch",
|
| 1416 |
+
"source_value_sha256": "cfc5a1f595a098daf93d239f32638752235d49a6c723ccbf11fce34fd0a9da39",
|
| 1417 |
+
"fallback": "source-fallback"
|
| 1418 |
+
},
|
| 1419 |
+
{
|
| 1420 |
+
"repo": "sympy_sympy",
|
| 1421 |
+
"sha": "de7d95d0845d53bb408649f157045dba96bbb04e",
|
| 1422 |
+
"location_id": "root_cause_analysis",
|
| 1423 |
+
"target_field": "root_cause_analysis",
|
| 1424 |
+
"noise_type": "root_cause",
|
| 1425 |
+
"source_value_sha256": "d3a8d1877084073f6199627dd45b038e64030388a47505b1c973dfce5c6e5916",
|
| 1426 |
+
"fallback": "source-fallback"
|
| 1427 |
+
},
|
| 1428 |
+
{
|
| 1429 |
+
"repo": "sympy_sympy",
|
| 1430 |
+
"sha": "a9853ab3d9b949be43ef577b54c1dc60823ad1cb",
|
| 1431 |
+
"location_id": "git_patch:hunk:0:line:5",
|
| 1432 |
+
"target_field": "git_patch",
|
| 1433 |
+
"noise_type": "patch",
|
| 1434 |
+
"source_value_sha256": "797ecf0f39c489c829b5fb3b0d93fabe76f1d4b9cc31d12b3d80fd6b6df8c197",
|
| 1435 |
+
"fallback": "source-fallback"
|
| 1436 |
+
},
|
| 1437 |
+
{
|
| 1438 |
+
"repo": "sympy_sympy",
|
| 1439 |
+
"sha": "2011de8a5891d7112e3e32b465b30ca27e23abeb",
|
| 1440 |
+
"location_id": "git_patch:hunk:0:line:4",
|
| 1441 |
+
"target_field": "git_patch",
|
| 1442 |
+
"noise_type": "patch",
|
| 1443 |
+
"source_value_sha256": "8587bb244726120ef69c6ead3fdf27a3055f1b9be0a50002015bda571a664f8f",
|
| 1444 |
+
"fallback": "source-fallback"
|
| 1445 |
+
},
|
| 1446 |
+
{
|
| 1447 |
+
"repo": "sympy_sympy",
|
| 1448 |
+
"sha": "899ac5a8e1f76c52b6fef0c14734cdd2cecb662c",
|
| 1449 |
+
"location_id": "git_patch:hunk:1:line:4",
|
| 1450 |
+
"target_field": "git_patch",
|
| 1451 |
+
"noise_type": "patch",
|
| 1452 |
+
"source_value_sha256": "f2754babdd983616050627658e7d42b7b6ba8105a0d36f7d59dbf12f6a14e890",
|
| 1453 |
+
"fallback": "source-fallback"
|
| 1454 |
+
},
|
| 1455 |
+
{
|
| 1456 |
+
"repo": "sympy_sympy",
|
| 1457 |
+
"sha": "f4198b807db79530a0a32f1fcb8fdc62eaf0d17e",
|
| 1458 |
+
"location_id": "git_patch:hunk:14:line:5",
|
| 1459 |
+
"target_field": "git_patch",
|
| 1460 |
+
"noise_type": "patch",
|
| 1461 |
+
"source_value_sha256": "7b79ee53d165ba43649d1485a70c5d5ab7809811c4ce1527f60108535e0f342b",
|
| 1462 |
+
"fallback": "source-fallback"
|
| 1463 |
+
},
|
| 1464 |
+
{
|
| 1465 |
+
"repo": "sympy_sympy",
|
| 1466 |
+
"sha": "af2f8b92be2ec1118408f096e29ca3d81240382a",
|
| 1467 |
+
"location_id": "git_patch:hunk:2:line:7",
|
| 1468 |
+
"target_field": "git_patch",
|
| 1469 |
+
"noise_type": "patch",
|
| 1470 |
+
"source_value_sha256": "511a2deb810562b68a6edd43c11e88fe673655daa71506820c7ab4b2587e262e",
|
| 1471 |
+
"fallback": "source-fallback"
|
| 1472 |
+
},
|
| 1473 |
+
{
|
| 1474 |
+
"repo": "sympy_sympy",
|
| 1475 |
+
"sha": "fdbf827b9d05e5c5512635bb9923e48172776c5a",
|
| 1476 |
+
"location_id": "git_patch:hunk:0:line:25",
|
| 1477 |
+
"target_field": "git_patch",
|
| 1478 |
+
"noise_type": "patch",
|
| 1479 |
+
"source_value_sha256": "fc2b55f26482558a43b243340b639acc7b2cdf7711c961b98b7ef80dce476564",
|
| 1480 |
+
"fallback": "source-fallback"
|
| 1481 |
+
},
|
| 1482 |
+
{
|
| 1483 |
+
"repo": "sympy_sympy",
|
| 1484 |
+
"sha": "e4b90f1fbb974fa0000c976ff74ac79eb7d905cc",
|
| 1485 |
+
"location_id": "root_cause_analysis",
|
| 1486 |
+
"target_field": "root_cause_analysis",
|
| 1487 |
+
"noise_type": "root_cause",
|
| 1488 |
+
"source_value_sha256": "2906618a5d93e91b0dc06281ca3d0ca53f90102e992d17c68a5ad0ee448efefd",
|
| 1489 |
+
"fallback": "source-fallback"
|
| 1490 |
+
},
|
| 1491 |
+
{
|
| 1492 |
+
"repo": "sympy_sympy",
|
| 1493 |
+
"sha": "8a5296712e30cc5fc29b6a519797be737da51b38",
|
| 1494 |
+
"location_id": "git_patch:hunk:23:line:5",
|
| 1495 |
+
"target_field": "git_patch",
|
| 1496 |
+
"noise_type": "patch",
|
| 1497 |
+
"source_value_sha256": "2c4dc92453ea3d3022eb0e0071b80823638732ebe0d83b7c82609650f5c19441",
|
| 1498 |
+
"fallback": "source-fallback"
|
| 1499 |
+
},
|
| 1500 |
+
{
|
| 1501 |
+
"repo": "sympy_sympy",
|
| 1502 |
+
"sha": "3b6e792c521077d661ae212e7de414696e13ccb6",
|
| 1503 |
+
"location_id": "git_patch:hunk:6:line:5",
|
| 1504 |
+
"target_field": "git_patch",
|
| 1505 |
+
"noise_type": "patch",
|
| 1506 |
+
"source_value_sha256": "36905cd6683c19c5051df86226493d54ac3dcdcdda464d47fe8370f251407c29",
|
| 1507 |
+
"fallback": "source-fallback"
|
| 1508 |
+
},
|
| 1509 |
+
{
|
| 1510 |
+
"repo": "sympy_sympy",
|
| 1511 |
+
"sha": "39a9e55f83ac6e4fe47965189219e7971b4cad86",
|
| 1512 |
+
"location_id": "git_patch:hunk:42:line:5",
|
| 1513 |
+
"target_field": "git_patch",
|
| 1514 |
+
"noise_type": "patch",
|
| 1515 |
+
"source_value_sha256": "f874899aeaaa7a48ee815dfedd65366b4eaac49a3447a8c059f03e7e2949d116",
|
| 1516 |
+
"fallback": "source-fallback"
|
| 1517 |
+
},
|
| 1518 |
+
{
|
| 1519 |
+
"repo": "sympy_sympy",
|
| 1520 |
+
"sha": "129d0111522152c0d05a93b2b24632782b3f6dff",
|
| 1521 |
+
"location_id": "git_patch:hunk:454:line:9",
|
| 1522 |
+
"target_field": "git_patch",
|
| 1523 |
+
"noise_type": "patch",
|
| 1524 |
+
"source_value_sha256": "afb13d3c958385caa35b7634b48d5f450bfe2c0533b2324218940fd52a8a7fe5",
|
| 1525 |
+
"fallback": "source-fallback"
|
| 1526 |
+
},
|
| 1527 |
+
{
|
| 1528 |
+
"repo": "sympy_sympy",
|
| 1529 |
+
"sha": "fa1507d03aa0125bdf2c59ecacf8e9c3a3d115cb",
|
| 1530 |
+
"location_id": "git_patch:hunk:150:line:5",
|
| 1531 |
+
"target_field": "git_patch",
|
| 1532 |
+
"noise_type": "patch",
|
| 1533 |
+
"source_value_sha256": "f97ef79d2ab20dde9f518992d12d0c03dc2b1e7187528a08b4802321481c9569",
|
| 1534 |
+
"fallback": "source-fallback"
|
| 1535 |
+
},
|
| 1536 |
+
{
|
| 1537 |
+
"repo": "sympy_sympy",
|
| 1538 |
+
"sha": "8450d86e96eff24278693f21c8d96343e0bfc381",
|
| 1539 |
+
"location_id": "git_patch:hunk:0:line:5",
|
| 1540 |
+
"target_field": "git_patch",
|
| 1541 |
+
"noise_type": "patch",
|
| 1542 |
+
"source_value_sha256": "5fbf5a6e43bf7c051a913aa1e50f507d8a919d3f3b6d2945328bd161a6adc9a3",
|
| 1543 |
+
"fallback": "source-fallback"
|
| 1544 |
+
},
|
| 1545 |
+
{
|
| 1546 |
+
"repo": "sympy_sympy",
|
| 1547 |
+
"sha": "3e28507d61665985e5c4427ee371ae4dc101f5cd",
|
| 1548 |
+
"location_id": "git_patch:hunk:9:line:5",
|
| 1549 |
+
"target_field": "git_patch",
|
| 1550 |
+
"noise_type": "patch",
|
| 1551 |
+
"source_value_sha256": "e54a67a034db077f88c4ea898ecbd35bfb77ffbb7e569190754d730a94e4d3f9",
|
| 1552 |
+
"fallback": "source-fallback"
|
| 1553 |
+
},
|
| 1554 |
+
{
|
| 1555 |
+
"repo": "sympy_sympy",
|
| 1556 |
+
"sha": "850d01ffb4363bb479112ef20ebf913c10da318e",
|
| 1557 |
+
"location_id": "git_patch:hunk:0:line:7",
|
| 1558 |
+
"target_field": "git_patch",
|
| 1559 |
+
"noise_type": "patch",
|
| 1560 |
+
"source_value_sha256": "27e418c271154601aab1f4e74362494f99d1cf38ec89ad55e2addca33b8da646",
|
| 1561 |
+
"fallback": "source-fallback"
|
| 1562 |
+
},
|
| 1563 |
+
{
|
| 1564 |
+
"repo": "sympy_sympy",
|
| 1565 |
+
"sha": "06bc81eafcfa0cb5eb074ab667f2be5af1f0094c",
|
| 1566 |
+
"location_id": "root_cause_analysis",
|
| 1567 |
+
"target_field": "root_cause_analysis",
|
| 1568 |
+
"noise_type": "root_cause",
|
| 1569 |
+
"source_value_sha256": "1d42902fe787fc04b9750581d1bf1b28da3c702b837b7775a2c17e51ba9611ea",
|
| 1570 |
+
"fallback": "source-fallback"
|
| 1571 |
+
},
|
| 1572 |
+
{
|
| 1573 |
+
"repo": "sympy_sympy",
|
| 1574 |
+
"sha": "8de6b14c7fa0c81d0ad9e1edf681fc9ed61a9610",
|
| 1575 |
+
"location_id": "root_cause_analysis",
|
| 1576 |
+
"target_field": "root_cause_analysis",
|
| 1577 |
+
"noise_type": "root_cause",
|
| 1578 |
+
"source_value_sha256": "4361ca9708ba77979705b8c77fab1a88431dc2bbeab53b96a2f490acc0d4b34f",
|
| 1579 |
+
"fallback": "source-fallback"
|
| 1580 |
+
}
|
| 1581 |
+
]
|
| 1582 |
+
}
|