File size: 24,981 Bytes
085d1e8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
{
  "seed": 42,
  "datasets": [
    {
      "created_at": "2026-07-25T08:58:19.699319+00:00",
      "repo": "astropy_astropy",
      "seed": 42,
      "ratio_percent": 25,
      "denominator": 47527,
      "selected_count": 11882,
      "unindexed_count": 116,
      "clean_json_sha256": "447327a6f093131d80aa289b386a285ad1ea16b2057b035b9b1444a6131db91e",
      "noisy_json_sha256": "80630e072f96181c7d7f97325b43da286b77f819a1c3ab7a4def7b76f99c9eee",
      "mixed_json_sha256": "5a70ae82e8f1211f6171cacadf5372f794e3c77c808751b12c9e5d0675c6d6e3"
    },
    {
      "created_at": "2026-07-25T08:58:21.884687+00:00",
      "repo": "astropy_astropy",
      "seed": 42,
      "ratio_percent": 50,
      "denominator": 47527,
      "selected_count": 23764,
      "unindexed_count": 116,
      "clean_json_sha256": "447327a6f093131d80aa289b386a285ad1ea16b2057b035b9b1444a6131db91e",
      "noisy_json_sha256": "80630e072f96181c7d7f97325b43da286b77f819a1c3ab7a4def7b76f99c9eee",
      "mixed_json_sha256": "00579dcde3b5ef62bff824546fd60b9670c4284528c6199921d026b9298ab7ad"
    },
    {
      "created_at": "2026-07-25T08:58:24.054150+00:00",
      "repo": "astropy_astropy",
      "seed": 42,
      "ratio_percent": 75,
      "denominator": 47527,
      "selected_count": 35645,
      "unindexed_count": 116,
      "clean_json_sha256": "447327a6f093131d80aa289b386a285ad1ea16b2057b035b9b1444a6131db91e",
      "noisy_json_sha256": "80630e072f96181c7d7f97325b43da286b77f819a1c3ab7a4def7b76f99c9eee",
      "mixed_json_sha256": "04a2c1a86c81e1973818a866a64817ae7c5c662de5baa468ab0a62f786b3c719"
    },
    {
      "created_at": "2026-07-25T08:58:26.232477+00:00",
      "repo": "astropy_astropy",
      "seed": 42,
      "ratio_percent": 100,
      "denominator": 47527,
      "selected_count": 47527,
      "unindexed_count": 116,
      "clean_json_sha256": "447327a6f093131d80aa289b386a285ad1ea16b2057b035b9b1444a6131db91e",
      "noisy_json_sha256": "80630e072f96181c7d7f97325b43da286b77f819a1c3ab7a4def7b76f99c9eee",
      "mixed_json_sha256": "80630e072f96181c7d7f97325b43da286b77f819a1c3ab7a4def7b76f99c9eee"
    },
    {
      "created_at": "2026-07-25T08:59:41.459439+00:00",
      "repo": "django_django",
      "seed": 42,
      "ratio_percent": 25,
      "denominator": 50710,
      "selected_count": 12678,
      "unindexed_count": 347,
      "clean_json_sha256": "ab861fb7217bedde5dac541fb9b47ab330cb766053bcb7340acab6175557722f",
      "noisy_json_sha256": "ca6d790ef134165ff8d2c358bcf85daf907c26154952c1f01d5fde415616044d",
      "mixed_json_sha256": "ff8b5b92026c6c9c10726686dbd592fb74ffb36c4174e6d819589fdd4161ac8a"
    },
    {
      "created_at": "2026-07-25T08:59:43.653857+00:00",
      "repo": "django_django",
      "seed": 42,
      "ratio_percent": 50,
      "denominator": 50710,
      "selected_count": 25355,
      "unindexed_count": 347,
      "clean_json_sha256": "ab861fb7217bedde5dac541fb9b47ab330cb766053bcb7340acab6175557722f",
      "noisy_json_sha256": "ca6d790ef134165ff8d2c358bcf85daf907c26154952c1f01d5fde415616044d",
      "mixed_json_sha256": "8b8ae80c1c62cbde19d68a905d440744cce5f202eebc917cb2cc4953085a64fd"
    },
    {
      "created_at": "2026-07-25T08:59:45.890529+00:00",
      "repo": "django_django",
      "seed": 42,
      "ratio_percent": 75,
      "denominator": 50710,
      "selected_count": 38033,
      "unindexed_count": 347,
      "clean_json_sha256": "ab861fb7217bedde5dac541fb9b47ab330cb766053bcb7340acab6175557722f",
      "noisy_json_sha256": "ca6d790ef134165ff8d2c358bcf85daf907c26154952c1f01d5fde415616044d",
      "mixed_json_sha256": "6cc47d7703d254ca5762acbad41ccc38fbd9c6e0d6c77608f1572689d97ba4ef"
    },
    {
      "created_at": "2026-07-25T08:59:48.140081+00:00",
      "repo": "django_django",
      "seed": 42,
      "ratio_percent": 100,
      "denominator": 50710,
      "selected_count": 50710,
      "unindexed_count": 347,
      "clean_json_sha256": "ab861fb7217bedde5dac541fb9b47ab330cb766053bcb7340acab6175557722f",
      "noisy_json_sha256": "ca6d790ef134165ff8d2c358bcf85daf907c26154952c1f01d5fde415616044d",
      "mixed_json_sha256": "ca6d790ef134165ff8d2c358bcf85daf907c26154952c1f01d5fde415616044d"
    },
    {
      "created_at": "2026-07-25T09:00:32.082078+00:00",
      "repo": "matplotlib_matplotlib",
      "seed": 42,
      "ratio_percent": 25,
      "denominator": 53336,
      "selected_count": 13334,
      "unindexed_count": 391,
      "clean_json_sha256": "8a01c026da68c06fc5346d65445e77d62cc7174c9d97d461065c2d4826397caf",
      "noisy_json_sha256": "5b73db242df74cb92def27a39eaeb1c8aba3b34ca452df96adcb7d733841a03d",
      "mixed_json_sha256": "05a751c108fe335e1274dc33a3a0c34e11a0338587ba7f3510c6578b76355e76"
    },
    {
      "created_at": "2026-07-25T09:00:33.733569+00:00",
      "repo": "matplotlib_matplotlib",
      "seed": 42,
      "ratio_percent": 50,
      "denominator": 53336,
      "selected_count": 26668,
      "unindexed_count": 391,
      "clean_json_sha256": "8a01c026da68c06fc5346d65445e77d62cc7174c9d97d461065c2d4826397caf",
      "noisy_json_sha256": "5b73db242df74cb92def27a39eaeb1c8aba3b34ca452df96adcb7d733841a03d",
      "mixed_json_sha256": "dc2e6daa437114681e7236baa3e1ee8f0aee9e0ede389083e2dd36306ecc2f46"
    },
    {
      "created_at": "2026-07-25T09:00:35.409355+00:00",
      "repo": "matplotlib_matplotlib",
      "seed": 42,
      "ratio_percent": 75,
      "denominator": 53336,
      "selected_count": 40002,
      "unindexed_count": 391,
      "clean_json_sha256": "8a01c026da68c06fc5346d65445e77d62cc7174c9d97d461065c2d4826397caf",
      "noisy_json_sha256": "5b73db242df74cb92def27a39eaeb1c8aba3b34ca452df96adcb7d733841a03d",
      "mixed_json_sha256": "564009329ded2176b6a68326723beee76cd8afd477ff892c99ad7040e1754e84"
    },
    {
      "created_at": "2026-07-25T09:00:37.095487+00:00",
      "repo": "matplotlib_matplotlib",
      "seed": 42,
      "ratio_percent": 100,
      "denominator": 53336,
      "selected_count": 53336,
      "unindexed_count": 391,
      "clean_json_sha256": "8a01c026da68c06fc5346d65445e77d62cc7174c9d97d461065c2d4826397caf",
      "noisy_json_sha256": "5b73db242df74cb92def27a39eaeb1c8aba3b34ca452df96adcb7d733841a03d",
      "mixed_json_sha256": "5b73db242df74cb92def27a39eaeb1c8aba3b34ca452df96adcb7d733841a03d"
    },
    {
      "created_at": "2026-07-25T09:00:53.889491+00:00",
      "repo": "mwaskom_seaborn",
      "seed": 42,
      "ratio_percent": 25,
      "denominator": 3470,
      "selected_count": 868,
      "unindexed_count": 29,
      "clean_json_sha256": "379a45a703684405e5c9068c6886314daf7bdede94c390ab2294e6e34a04ecc8",
      "noisy_json_sha256": "45b78e327c9ce93051006c71416afd1131752ee2650d881e276689d447dcd461",
      "mixed_json_sha256": "602816c7fe891d605c64fae5acbfff6a68f641a57a70751e677c4a2ee0ef65a8"
    },
    {
      "created_at": "2026-07-25T09:00:54.535578+00:00",
      "repo": "mwaskom_seaborn",
      "seed": 42,
      "ratio_percent": 50,
      "denominator": 3470,
      "selected_count": 1735,
      "unindexed_count": 29,
      "clean_json_sha256": "379a45a703684405e5c9068c6886314daf7bdede94c390ab2294e6e34a04ecc8",
      "noisy_json_sha256": "45b78e327c9ce93051006c71416afd1131752ee2650d881e276689d447dcd461",
      "mixed_json_sha256": "91c1fb805d04932fb441c83b91f451480f35ac5f361f1f156e7198cdf3cae893"
    },
    {
      "created_at": "2026-07-25T09:00:55.157951+00:00",
      "repo": "mwaskom_seaborn",
      "seed": 42,
      "ratio_percent": 75,
      "denominator": 3470,
      "selected_count": 2603,
      "unindexed_count": 29,
      "clean_json_sha256": "379a45a703684405e5c9068c6886314daf7bdede94c390ab2294e6e34a04ecc8",
      "noisy_json_sha256": "45b78e327c9ce93051006c71416afd1131752ee2650d881e276689d447dcd461",
      "mixed_json_sha256": "5d694a009b37bf2f25e70b4dd8a4b3e0735fc7402fcac0225b0f37b6482d3723"
    },
    {
      "created_at": "2026-07-25T09:00:55.781376+00:00",
      "repo": "mwaskom_seaborn",
      "seed": 42,
      "ratio_percent": 100,
      "denominator": 3470,
      "selected_count": 3470,
      "unindexed_count": 29,
      "clean_json_sha256": "379a45a703684405e5c9068c6886314daf7bdede94c390ab2294e6e34a04ecc8",
      "noisy_json_sha256": "45b78e327c9ce93051006c71416afd1131752ee2650d881e276689d447dcd461",
      "mixed_json_sha256": "45b78e327c9ce93051006c71416afd1131752ee2650d881e276689d447dcd461"
    },
    {
      "created_at": "2026-07-25T09:01:00.093629+00:00",
      "repo": "pallets_flask",
      "seed": 42,
      "ratio_percent": 25,
      "denominator": 5483,
      "selected_count": 1371,
      "unindexed_count": 23,
      "clean_json_sha256": "0d6f1be7c4d0b827d9af6e023370041b095c3cc50937595a6035077e58152401",
      "noisy_json_sha256": "249cac99d2460f0328ccf6d5c251bff92d3ee146c8d35dc118811e3fc633a964",
      "mixed_json_sha256": "ac58d41d46109f17aa78ab189f2434f71c2c0daabb058d1d85acf381ca0b7ce7"
    },
    {
      "created_at": "2026-07-25T09:01:00.241020+00:00",
      "repo": "pallets_flask",
      "seed": 42,
      "ratio_percent": 50,
      "denominator": 5483,
      "selected_count": 2742,
      "unindexed_count": 23,
      "clean_json_sha256": "0d6f1be7c4d0b827d9af6e023370041b095c3cc50937595a6035077e58152401",
      "noisy_json_sha256": "249cac99d2460f0328ccf6d5c251bff92d3ee146c8d35dc118811e3fc633a964",
      "mixed_json_sha256": "7d9fd191e3226d8ef8814fbdac2be7a14ef68bb119c7d92321632ffeaf1c0879"
    },
    {
      "created_at": "2026-07-25T09:01:00.364297+00:00",
      "repo": "pallets_flask",
      "seed": 42,
      "ratio_percent": 75,
      "denominator": 5483,
      "selected_count": 4112,
      "unindexed_count": 23,
      "clean_json_sha256": "0d6f1be7c4d0b827d9af6e023370041b095c3cc50937595a6035077e58152401",
      "noisy_json_sha256": "249cac99d2460f0328ccf6d5c251bff92d3ee146c8d35dc118811e3fc633a964",
      "mixed_json_sha256": "b35cb0b0ee1f903d2702d6c36d0dc3c3600fd9f4a051330526621b7f18525372"
    },
    {
      "created_at": "2026-07-25T09:01:00.489346+00:00",
      "repo": "pallets_flask",
      "seed": 42,
      "ratio_percent": 100,
      "denominator": 5483,
      "selected_count": 5483,
      "unindexed_count": 23,
      "clean_json_sha256": "0d6f1be7c4d0b827d9af6e023370041b095c3cc50937595a6035077e58152401",
      "noisy_json_sha256": "249cac99d2460f0328ccf6d5c251bff92d3ee146c8d35dc118811e3fc633a964",
      "mixed_json_sha256": "249cac99d2460f0328ccf6d5c251bff92d3ee146c8d35dc118811e3fc633a964"
    },
    {
      "created_at": "2026-07-25T09:01:05.444768+00:00",
      "repo": "psf_requests",
      "seed": 42,
      "ratio_percent": 25,
      "denominator": 6574,
      "selected_count": 1644,
      "unindexed_count": 51,
      "clean_json_sha256": "7f62e34ae1cb2cbe113037c7e36656bfa461806189f6c856816734d2e9926595",
      "noisy_json_sha256": "f3adb7cb8538ac4f09e09b2949657407ba9bd9c24c0bfa3bb03df34c5f2799a7",
      "mixed_json_sha256": "7e967942bb682916e5d33ef88c8205e6f09337b4aa147edee2107cfc074157fe"
    },
    {
      "created_at": "2026-07-25T09:01:05.657492+00:00",
      "repo": "psf_requests",
      "seed": 42,
      "ratio_percent": 50,
      "denominator": 6574,
      "selected_count": 3287,
      "unindexed_count": 51,
      "clean_json_sha256": "7f62e34ae1cb2cbe113037c7e36656bfa461806189f6c856816734d2e9926595",
      "noisy_json_sha256": "f3adb7cb8538ac4f09e09b2949657407ba9bd9c24c0bfa3bb03df34c5f2799a7",
      "mixed_json_sha256": "42a1c20b1588ca8c8e74589bf377130512098c20080ac2c52954ddf15c9b7598"
    },
    {
      "created_at": "2026-07-25T09:01:05.840295+00:00",
      "repo": "psf_requests",
      "seed": 42,
      "ratio_percent": 75,
      "denominator": 6574,
      "selected_count": 4931,
      "unindexed_count": 51,
      "clean_json_sha256": "7f62e34ae1cb2cbe113037c7e36656bfa461806189f6c856816734d2e9926595",
      "noisy_json_sha256": "f3adb7cb8538ac4f09e09b2949657407ba9bd9c24c0bfa3bb03df34c5f2799a7",
      "mixed_json_sha256": "c80a28f353950b6d7235d03428ea08fe77cfa374d28ad5f3c4ff44552564c332"
    },
    {
      "created_at": "2026-07-25T09:01:06.025642+00:00",
      "repo": "psf_requests",
      "seed": 42,
      "ratio_percent": 100,
      "denominator": 6574,
      "selected_count": 6574,
      "unindexed_count": 51,
      "clean_json_sha256": "7f62e34ae1cb2cbe113037c7e36656bfa461806189f6c856816734d2e9926595",
      "noisy_json_sha256": "f3adb7cb8538ac4f09e09b2949657407ba9bd9c24c0bfa3bb03df34c5f2799a7",
      "mixed_json_sha256": "f3adb7cb8538ac4f09e09b2949657407ba9bd9c24c0bfa3bb03df34c5f2799a7"
    },
    {
      "created_at": "2026-07-25T09:01:13.521291+00:00",
      "repo": "pydata_xarray",
      "seed": 42,
      "ratio_percent": 25,
      "denominator": 6249,
      "selected_count": 1562,
      "unindexed_count": 21,
      "clean_json_sha256": "f7eeb847785966f451a013c23a2a8aed4e7915d73333d2c1699e8df815f69557",
      "noisy_json_sha256": "b6a9ca415e85f66d1757dbfbeaddf176d5261e9a46607b16c47b79af3e0700dd",
      "mixed_json_sha256": "93ca78696114c34fdf77e7db6a23101c0904859dd667a433b82f58fde00ae329"
    },
    {
      "created_at": "2026-07-25T09:01:13.823300+00:00",
      "repo": "pydata_xarray",
      "seed": 42,
      "ratio_percent": 50,
      "denominator": 6249,
      "selected_count": 3125,
      "unindexed_count": 21,
      "clean_json_sha256": "f7eeb847785966f451a013c23a2a8aed4e7915d73333d2c1699e8df815f69557",
      "noisy_json_sha256": "b6a9ca415e85f66d1757dbfbeaddf176d5261e9a46607b16c47b79af3e0700dd",
      "mixed_json_sha256": "993b305c0e125c3b86ced5a3be33734533352a9106f03f0202e66353d14ab479"
    },
    {
      "created_at": "2026-07-25T09:01:14.084505+00:00",
      "repo": "pydata_xarray",
      "seed": 42,
      "ratio_percent": 75,
      "denominator": 6249,
      "selected_count": 4687,
      "unindexed_count": 21,
      "clean_json_sha256": "f7eeb847785966f451a013c23a2a8aed4e7915d73333d2c1699e8df815f69557",
      "noisy_json_sha256": "b6a9ca415e85f66d1757dbfbeaddf176d5261e9a46607b16c47b79af3e0700dd",
      "mixed_json_sha256": "e39ac204f9369d1e5be01fc88363612613b20619426e390c0e057bff026e9b14"
    },
    {
      "created_at": "2026-07-25T09:01:14.362683+00:00",
      "repo": "pydata_xarray",
      "seed": 42,
      "ratio_percent": 100,
      "denominator": 6249,
      "selected_count": 6249,
      "unindexed_count": 21,
      "clean_json_sha256": "f7eeb847785966f451a013c23a2a8aed4e7915d73333d2c1699e8df815f69557",
      "noisy_json_sha256": "b6a9ca415e85f66d1757dbfbeaddf176d5261e9a46607b16c47b79af3e0700dd",
      "mixed_json_sha256": "b6a9ca415e85f66d1757dbfbeaddf176d5261e9a46607b16c47b79af3e0700dd"
    },
    {
      "created_at": "2026-07-25T09:01:23.725062+00:00",
      "repo": "pylint-dev_pylint",
      "seed": 42,
      "ratio_percent": 25,
      "denominator": 10236,
      "selected_count": 2559,
      "unindexed_count": 67,
      "clean_json_sha256": "269ab19d0f041082864944f18719f05b6c4b77fc3678067bdf0325dfead6487a",
      "noisy_json_sha256": "93b7495c93b7b2fd7af03a4403e83da8ceead304d99fcda019feefef39f44654",
      "mixed_json_sha256": "2928cec9ca2ae033b9330c0c4b0653e20980fe65feb5ca024b619a93ef633cfe"
    },
    {
      "created_at": "2026-07-25T09:01:24.081064+00:00",
      "repo": "pylint-dev_pylint",
      "seed": 42,
      "ratio_percent": 50,
      "denominator": 10236,
      "selected_count": 5118,
      "unindexed_count": 67,
      "clean_json_sha256": "269ab19d0f041082864944f18719f05b6c4b77fc3678067bdf0325dfead6487a",
      "noisy_json_sha256": "93b7495c93b7b2fd7af03a4403e83da8ceead304d99fcda019feefef39f44654",
      "mixed_json_sha256": "48301c908d9a0d61c3e437ec10ce8f7228c783596097c616aaf8a10aab03eb36"
    },
    {
      "created_at": "2026-07-25T09:01:24.404671+00:00",
      "repo": "pylint-dev_pylint",
      "seed": 42,
      "ratio_percent": 75,
      "denominator": 10236,
      "selected_count": 7677,
      "unindexed_count": 67,
      "clean_json_sha256": "269ab19d0f041082864944f18719f05b6c4b77fc3678067bdf0325dfead6487a",
      "noisy_json_sha256": "93b7495c93b7b2fd7af03a4403e83da8ceead304d99fcda019feefef39f44654",
      "mixed_json_sha256": "1db91db68b2ef56c13040be70a7205b7a624ab5718eb889bcf0fcc0b19c4e4a5"
    },
    {
      "created_at": "2026-07-25T09:01:24.728361+00:00",
      "repo": "pylint-dev_pylint",
      "seed": 42,
      "ratio_percent": 100,
      "denominator": 10236,
      "selected_count": 10236,
      "unindexed_count": 67,
      "clean_json_sha256": "269ab19d0f041082864944f18719f05b6c4b77fc3678067bdf0325dfead6487a",
      "noisy_json_sha256": "93b7495c93b7b2fd7af03a4403e83da8ceead304d99fcda019feefef39f44654",
      "mixed_json_sha256": "93b7495c93b7b2fd7af03a4403e83da8ceead304d99fcda019feefef39f44654"
    },
    {
      "created_at": "2026-07-25T09:01:40.941558+00:00",
      "repo": "pytest-dev_pytest",
      "seed": 42,
      "ratio_percent": 25,
      "denominator": 17847,
      "selected_count": 4462,
      "unindexed_count": 93,
      "clean_json_sha256": "0cf0aef52f543eb76c22417e30b4a4385318cde3ef011af8137e3acdcfe622e7",
      "noisy_json_sha256": "c2a1823874a38cfc1fa363ee7be38d475f5f89738364c7d7c9be06390b02c9b4",
      "mixed_json_sha256": "e967ca619244e92596d2f0fe6280a86b8761c479b585964ad02bae01eefb4fc6"
    },
    {
      "created_at": "2026-07-25T09:01:41.632876+00:00",
      "repo": "pytest-dev_pytest",
      "seed": 42,
      "ratio_percent": 50,
      "denominator": 17847,
      "selected_count": 8924,
      "unindexed_count": 93,
      "clean_json_sha256": "0cf0aef52f543eb76c22417e30b4a4385318cde3ef011af8137e3acdcfe622e7",
      "noisy_json_sha256": "c2a1823874a38cfc1fa363ee7be38d475f5f89738364c7d7c9be06390b02c9b4",
      "mixed_json_sha256": "1e9bb8b0b7261d5c77f44f85c647d1a2805de4ea68e630586587539b305781e8"
    },
    {
      "created_at": "2026-07-25T09:01:42.281837+00:00",
      "repo": "pytest-dev_pytest",
      "seed": 42,
      "ratio_percent": 75,
      "denominator": 17847,
      "selected_count": 13385,
      "unindexed_count": 93,
      "clean_json_sha256": "0cf0aef52f543eb76c22417e30b4a4385318cde3ef011af8137e3acdcfe622e7",
      "noisy_json_sha256": "c2a1823874a38cfc1fa363ee7be38d475f5f89738364c7d7c9be06390b02c9b4",
      "mixed_json_sha256": "89d7fb9596f64beaed5634bf32b8c99cc94f8cb6b03b055460283785a72e6397"
    },
    {
      "created_at": "2026-07-25T09:01:42.959691+00:00",
      "repo": "pytest-dev_pytest",
      "seed": 42,
      "ratio_percent": 100,
      "denominator": 17847,
      "selected_count": 17847,
      "unindexed_count": 93,
      "clean_json_sha256": "0cf0aef52f543eb76c22417e30b4a4385318cde3ef011af8137e3acdcfe622e7",
      "noisy_json_sha256": "c2a1823874a38cfc1fa363ee7be38d475f5f89738364c7d7c9be06390b02c9b4",
      "mixed_json_sha256": "c2a1823874a38cfc1fa363ee7be38d475f5f89738364c7d7c9be06390b02c9b4"
    },
    {
      "created_at": "2026-07-25T09:05:36.918767+00:00",
      "repo": "scikit-learn_scikit-learn",
      "seed": 42,
      "ratio_percent": 25,
      "denominator": 37182,
      "selected_count": 9296,
      "unindexed_count": 208,
      "clean_json_sha256": "d0a60471b50b73168d2c3b1efc21fe6232a174be0bc0bd13ff805f8518e31d94",
      "noisy_json_sha256": "08608046f9f8348d6cd2508ab2d04c7dde233433dc806f59196d70d0dbd49182",
      "mixed_json_sha256": "e92bc10217d935f913611de2535929d5f9c2d438b87cd237484efd12f2faf7a6"
    },
    {
      "created_at": "2026-07-25T09:05:42.035621+00:00",
      "repo": "scikit-learn_scikit-learn",
      "seed": 42,
      "ratio_percent": 50,
      "denominator": 37182,
      "selected_count": 18591,
      "unindexed_count": 208,
      "clean_json_sha256": "d0a60471b50b73168d2c3b1efc21fe6232a174be0bc0bd13ff805f8518e31d94",
      "noisy_json_sha256": "08608046f9f8348d6cd2508ab2d04c7dde233433dc806f59196d70d0dbd49182",
      "mixed_json_sha256": "d9f51e6f1bffb617fde9aa3eae1da9a0843cfbdfaadf4840f4c43c05128b9804"
    },
    {
      "created_at": "2026-07-25T09:05:47.069770+00:00",
      "repo": "scikit-learn_scikit-learn",
      "seed": 42,
      "ratio_percent": 75,
      "denominator": 37182,
      "selected_count": 27887,
      "unindexed_count": 208,
      "clean_json_sha256": "d0a60471b50b73168d2c3b1efc21fe6232a174be0bc0bd13ff805f8518e31d94",
      "noisy_json_sha256": "08608046f9f8348d6cd2508ab2d04c7dde233433dc806f59196d70d0dbd49182",
      "mixed_json_sha256": "b03309a89c4c02b6cf49ac94b3832e04e16aaaab3d3bd306da95924118bf4063"
    },
    {
      "created_at": "2026-07-25T09:05:52.331328+00:00",
      "repo": "scikit-learn_scikit-learn",
      "seed": 42,
      "ratio_percent": 100,
      "denominator": 37182,
      "selected_count": 37182,
      "unindexed_count": 208,
      "clean_json_sha256": "d0a60471b50b73168d2c3b1efc21fe6232a174be0bc0bd13ff805f8518e31d94",
      "noisy_json_sha256": "08608046f9f8348d6cd2508ab2d04c7dde233433dc806f59196d70d0dbd49182",
      "mixed_json_sha256": "08608046f9f8348d6cd2508ab2d04c7dde233433dc806f59196d70d0dbd49182"
    },
    {
      "created_at": "2026-07-25T09:07:31.962343+00:00",
      "repo": "sphinx-doc_sphinx",
      "seed": 42,
      "ratio_percent": 25,
      "denominator": 22081,
      "selected_count": 5520,
      "unindexed_count": 151,
      "clean_json_sha256": "155ce0ffdf8b802db766bf0670e3f670f43d6389afa211386f87cb2b6bc86660",
      "noisy_json_sha256": "0043d26e517910c4e900f05f00ca1ac1ea1e9b361ed438d2ea61899a3864566d",
      "mixed_json_sha256": "f7fabd55228d580a7457cb56a5e84eaa0559f5951649037eed48c808203ba6bc"
    },
    {
      "created_at": "2026-07-25T09:07:34.391336+00:00",
      "repo": "sphinx-doc_sphinx",
      "seed": 42,
      "ratio_percent": 50,
      "denominator": 22081,
      "selected_count": 11041,
      "unindexed_count": 151,
      "clean_json_sha256": "155ce0ffdf8b802db766bf0670e3f670f43d6389afa211386f87cb2b6bc86660",
      "noisy_json_sha256": "0043d26e517910c4e900f05f00ca1ac1ea1e9b361ed438d2ea61899a3864566d",
      "mixed_json_sha256": "44378451805c61c58d9edd189bb6c6488e37c1b1bdadc517255863bd671c386d"
    },
    {
      "created_at": "2026-07-25T09:07:36.879147+00:00",
      "repo": "sphinx-doc_sphinx",
      "seed": 42,
      "ratio_percent": 75,
      "denominator": 22081,
      "selected_count": 16561,
      "unindexed_count": 151,
      "clean_json_sha256": "155ce0ffdf8b802db766bf0670e3f670f43d6389afa211386f87cb2b6bc86660",
      "noisy_json_sha256": "0043d26e517910c4e900f05f00ca1ac1ea1e9b361ed438d2ea61899a3864566d",
      "mixed_json_sha256": "b80b9f0422157a913688cedb20aff18b8b39e79776307fa4e5f268ca7b9583f7"
    },
    {
      "created_at": "2026-07-25T09:07:39.422835+00:00",
      "repo": "sphinx-doc_sphinx",
      "seed": 42,
      "ratio_percent": 100,
      "denominator": 22081,
      "selected_count": 22081,
      "unindexed_count": 151,
      "clean_json_sha256": "155ce0ffdf8b802db766bf0670e3f670f43d6389afa211386f87cb2b6bc86660",
      "noisy_json_sha256": "0043d26e517910c4e900f05f00ca1ac1ea1e9b361ed438d2ea61899a3864566d",
      "mixed_json_sha256": "0043d26e517910c4e900f05f00ca1ac1ea1e9b361ed438d2ea61899a3864566d"
    },
    {
      "created_at": "2026-07-25T09:13:18.697335+00:00",
      "repo": "sympy_sympy",
      "seed": 42,
      "ratio_percent": 25,
      "denominator": 61377,
      "selected_count": 15344,
      "unindexed_count": 281,
      "clean_json_sha256": "2ec35abfceac2e96b39e83d5c7d70429be2e4d406335abb643e572ac49ff386f",
      "noisy_json_sha256": "1b0578795a80d78fe739ba7123f964b026b32f06143fa33e3c831c61319d3317",
      "mixed_json_sha256": "90cf2096ea8be2b77aa8f7654169079fe81f2c8a45fe6f634da0796b4c21b68a"
    },
    {
      "created_at": "2026-07-25T09:13:26.653642+00:00",
      "repo": "sympy_sympy",
      "seed": 42,
      "ratio_percent": 50,
      "denominator": 61377,
      "selected_count": 30689,
      "unindexed_count": 281,
      "clean_json_sha256": "2ec35abfceac2e96b39e83d5c7d70429be2e4d406335abb643e572ac49ff386f",
      "noisy_json_sha256": "1b0578795a80d78fe739ba7123f964b026b32f06143fa33e3c831c61319d3317",
      "mixed_json_sha256": "bc70045d103ed9522d66c1971c8190739df966ad0f0af98aa0b9adb6890dca22"
    },
    {
      "created_at": "2026-07-25T09:13:35.005175+00:00",
      "repo": "sympy_sympy",
      "seed": 42,
      "ratio_percent": 75,
      "denominator": 61377,
      "selected_count": 46033,
      "unindexed_count": 281,
      "clean_json_sha256": "2ec35abfceac2e96b39e83d5c7d70429be2e4d406335abb643e572ac49ff386f",
      "noisy_json_sha256": "1b0578795a80d78fe739ba7123f964b026b32f06143fa33e3c831c61319d3317",
      "mixed_json_sha256": "6518b858b0b30adde65a4e626b6db421c5bebdb01a3e007b3f72087c25252a2b"
    },
    {
      "created_at": "2026-07-25T09:13:43.329180+00:00",
      "repo": "sympy_sympy",
      "seed": 42,
      "ratio_percent": 100,
      "denominator": 61377,
      "selected_count": 61377,
      "unindexed_count": 281,
      "clean_json_sha256": "2ec35abfceac2e96b39e83d5c7d70429be2e4d406335abb643e572ac49ff386f",
      "noisy_json_sha256": "1b0578795a80d78fe739ba7123f964b026b32f06143fa33e3c831c61319d3317",
      "mixed_json_sha256": "1b0578795a80d78fe739ba7123f964b026b32f06143fa33e3c831c61319d3317"
    }
  ]
}