forked from hstormer/Python-Mistakes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheyes.json
671 lines (671 loc) · 30 KB
/
eyes.json
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
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
[
{
"Changes:": [
"-\tActivityTypes.objects.get_or_create(name=\"likes\", is_batchable=False)\n",
"+ ActivityTypes.objects.get_or_create(name=\"likes\", is_batchable=False)\n"
],
"Message:": "some cleanup, tests run again",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/philippWassibauer/django-activity-stream/commit/3d05aa85ea26ef8206a1da053f62e636aba7384a",
"Commit Corrections:": "https://github.com/philippWassibauer/django-activity-stream/commit/1c88e81aa2d78739db0bff1f0e27c93e7c473038"
},
{
"Changes:": [
"- if gid:\n",
"+ if gid is not None:\n"
],
"Message:": "Fix issue related to gid=0 and the corresponding worksheet's position in the spreadsheet.",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/grow/grow/commit/5d903606e117755ab2b5ba686f179d00c542eb04",
"Commit Corrections:": "https://github.com/grow/grow/commit/a24a3185ab71ffbec82a1815810d335067e54c87"
},
{
"Changes:": [
"- if F['UCUR'][:].mask.all() & F['VCUR'][:].mask.all():\n",
"+ if F['UCUR'][:].mask.all() and F['VCUR'][:].mask.all():\n"
],
"Message:": "Use boolean operator and for boolean expression rather than bitwise & in has_current_data() function.",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/aodn/data-services/commit/e1bc214cd3696c19b163e1434713fbc2cce2344c",
"Commit Corrections:": "https://github.com/aodn/data-services/commit/7a736e8ef248272647fe7f1dbd51f708809e29c7"
},
{
"Changes:": [
"+\n",
"- self.frame = self.camera.read()[config.ROI_YMIN:config.ROI_YMAX, config.ROI_XMIN:config.ROI_XMAX]\n",
"+ self.frame = self.camera.read()\n",
"+ self.frame = self.frame[config.ROI_YMIN:config.ROI_YMAX, config.ROI_XMIN:config.ROI_XMAX]\n",
"- self.frame_chrome = cv2.merge((b,g,r))\n",
"+ self.frame_chroma = cv2.merge((b,g,r))\n"
],
"Message:": "typo",
"Additions:": 4,
"Deletions:": 2,
"Commit Mistakes:": "https://github.com/LachlanNXT/DroidRacing/commit/278e836fb6b58c9865e7ebc880da57d54183ac06",
"Commit Corrections:": "https://github.com/LachlanNXT/DroidRacing/commit/8800576a45a525619744eb8ea4dc469aec35ab10"
},
{
"Changes:": [
"- funcs = [move.clockwise, move.counterclockwise]\n",
"+ funcs = [move.clockwise, move.counter_clockwise]\n"
],
"Message:": "typo",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/andrewbackes/autonoma/commit/566b2f93589f02947e12a1baf804f5c9d777b188",
"Commit Corrections:": "https://github.com/andrewbackes/autonoma/commit/10982aa7d2384141d9dce51a8947bdda8cd73ae6"
},
{
"Changes:": [
"+\n",
"+\n",
"+\n",
"+\n",
"+\n",
"+\n",
"+\n",
"+\n",
"+\n",
"+\n",
"+\n",
"+\n",
"+\n",
"+\n",
"-return json.dumps({'error': label_list['error']})\n",
"+ return json.dumps({'error': label_list['error']})"
],
"Message:": "#2153: views.py, adjust spacing and indentation",
"Additions:": 15,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/jeff1evesque/machine-learning/commit/cc48ef134302bf28015670aed958289dad680094",
"Commit Corrections:": "https://github.com/jeff1evesque/machine-learning/commit/19ece78501bcb71146ef31f8af443df884f32cef"
},
{
"Changes:": [
"- student, _ = Student.objects.create_or_update(\n",
"+ student, _ = Student.objects.update_or_create(\n"
],
"Message:": "bug fix",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/mitodl/sga-lti/commit/a7155655d3dacd3d61268d6cc58d057796169c20",
"Commit Corrections:": "https://github.com/mitodl/sga-lti/commit/70e35a0ce841f6459381b289745d70f7ee0095ba"
},
{
"Changes:": [
"- ws = WageStatement.objects.get(id=wage_statement_id),\n",
"+ ws = WageStatement.objects.get(id=wage_statement_id)\n"
],
"Message:": "Production Summary, added Seconds processing",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/DustinHolden/Anthos/commit/cecb1a8db2cccd8211050cab6b03bcc8d17e09bd",
"Commit Corrections:": "https://github.com/DustinHolden/Anthos/commit/fc3da58d7d6b66dca0e2868d1a0a8d5d7cdf8f0a"
},
{
"Changes:": [
"- 'the vip. Positive integer or -1 for unlimited (default).'))\n",
"+ 'the vip. Positive integer or -1 for unlimited (default).'),\n",
"+ type=int)\n",
"- ['connection-limit', 'description',\n",
"+ ['connection_limit', 'description',\n"
],
"Message:": "Fixed connection_limit and added UT\n\nDue to a typo, the REST API attribute of connection_limit was\nnot accessed when creating a new lbaas-V2 listener.\nThis patch fixes the typo, so that the connection_limit can\nbe initialized when listener is created. Also, the previous\ncode did not have UT for connection_limit when the listener\nwas created. The same has been added here.\n\nCloses-Bug: #1515112\n\nConflicts:\n\tneutronclient/neutron/v2_0/lb/v2/listener.py\n\nChange-Id: I71eef7b92de91edc1f3ce48f40c645bca704427d\n(cherry picked from commit 9baa62c3c58f4d6187ab22fc3c04843efd283b55)",
"Additions:": 3,
"Deletions:": 2,
"Commit Mistakes:": "https://github.com/openstack/python-neutronclient/commit/c1701c1d289beed3710b17653e386bb3fbffb0c7",
"Commit Corrections:": "https://github.com/openstack/python-neutronclient/commit/721b526b87cdf9635752a7c058369ec501480e48"
},
{
"Changes:": [
"-with open(\"doc/_deploy/versions.json\", 'w') as versionf:\n",
"+with open(\"docs/_deploy/versions.json\", 'w') as versionf:\n"
],
"Message:": "build docs",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/cxhernandez/msmexplorer/commit/2cab565d221c23df18b2605fb2aa26fd70e4e872",
"Commit Corrections:": "https://github.com/cxhernandez/msmexplorer/commit/5ae25c03c90466ae6917e22ac9f2f61e00d56480"
},
{
"Changes:": [
"-\t\tif p_mse == MSE\n",
"+\t\tif p_mse == MSE:\n"
],
"Message:": "fixes",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/MiladAlshomary/papers_citations/commit/4aea54930ef16c7ef0279cd28bd359c5a24eb9fd",
"Commit Corrections:": "https://github.com/MiladAlshomary/papers_citations/commit/745d7166edd83631d4ccd77bf6a598cc092bded3"
},
{
"Changes:": [
"- self.phaseNode.attrib[\"alignmentIDs\"] = alignmentsID\n",
"+ self.phaseNode.attrib[\"alignmentsID\"] = alignmentsID\n"
],
"Message:": "Fix typo in CactusCafWrapperLarge2",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/benedictpaten/cactus/commit/4c08d5fb973d2fd6dd3d1b72548e69508fbb2c33",
"Commit Corrections:": "https://github.com/benedictpaten/cactus/commit/92acc42161a24a9ae7925e625d2933771851abc3"
},
{
"Changes:": [
"-# Last Modified: 2016-06-28T12:10:23+0800\n",
"+# Last Modified: 2016-06-28T12:13:34+0800\n",
"- setup_require=get_requirements('requirements.txt'),\n",
"+ setup_requires=get_requirements('requirements.txt'),\n"
],
"Message:": "Fix, a typo.",
"Additions:": 2,
"Deletions:": 2,
"Commit Mistakes:": "https://github.com/cissoid/psychopass-python/commit/8df1d779bcfd4f4f3462ba341d20036235483a5d",
"Commit Corrections:": "https://github.com/cissoid/psychopass-python/commit/9ba6d7ae8d8f01550855a24a0bd00fc273c2dc5c"
},
{
"Changes:": [
"- return gpio.input(SWITCH_PIN)\n",
"+ return GPIO.input(SWITCH_PIN)\n"
],
"Message:": "Fix gpio to uppercase GPIO",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/beepscore/pi_thing/commit/1b981d2ec7bd804e34e8c0b6941e3cb70c5bb525",
"Commit Corrections:": "https://github.com/beepscore/pi_thing/commit/b7d5767df23aa9b0dcc5c32d83387a622bf9e9e0"
},
{
"Changes:": [
"-from deoplete.sources.base import Base\n",
"+from deoplete.source.base import Base\n"
],
"Message:": "fix base source import after Shougo/deoplete.nvim@e3e4c4a",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/dylanscott/deoplete-typescript/commit/43e89bd0b234250506aaf8227700521226972091",
"Commit Corrections:": "https://github.com/dylanscott/deoplete-typescript/commit/d281a6cbfaf808715c4c5c710c0cdb135059fecd"
},
{
"Changes:": [
"- geolite_latitude = Column(\"geolite_latitude\" Float)\n",
"+ geolite_latitude = Column(\"geolite_latitude\", Float)\n",
"+\n"
],
"Message:": "geolite longi lati",
"Additions:": 2,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/PPMESSAGE/ppmessage/commit/7d25d5381f2ab38d71c38eacf66f9732cb8c8ade",
"Commit Corrections:": "https://github.com/PPMESSAGE/ppmessage/commit/b423fe2e08248909053a8ba60a53668eb53de6ab"
},
{
"Changes:": [
"- self.error(self.rid. str(e))\n",
"+ self.error(self.rid, str(e))\n"
],
"Message:": "fix syntax error",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/sahlinet/httptest/commit/7fce91f7aab469297952a2060ca9e5a7f949351e",
"Commit Corrections:": "https://github.com/sahlinet/httptest/commit/842d0d0cb3ebe8557ceef38b032937170d962b1c"
},
{
"Changes:": [
"-from website.views import home, list_errors, view_error\n",
"+from website.views import home, list_errors, refresh_findings, view_error\n",
"- url(r'^refresh_findings/',views.refresh_findings),\n",
"+ url(r'^refresh_findings/', refresh_findings),\n"
],
"Message:": "typo",
"Additions:": 2,
"Deletions:": 2,
"Commit Mistakes:": "https://github.com/trailbehind/DeepOSM/commit/c711e69f93af03bf361d8d109e07aee81e992ea3",
"Commit Corrections:": "https://github.com/trailbehind/DeepOSM/commit/98347c60f9a56ba8139a25792c25e27cf07124bd"
},
{
"Changes:": [
"-\t db_conn.commit()\n",
"+\t\t\tdb_conn.commit()\n"
],
"Message:": "...",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/andrrey/tlg_dl_bot/commit/d1c89c42967abae301e7681e89e84ea8425eb010",
"Commit Corrections:": "https://github.com/andrrey/tlg_dl_bot/commit/dbd5b74bcf53c0705033908fa6401288e605c19a"
},
{
"Changes:": [
"- channle_mid = self.CHANNEL_MID or Credential.CHANNEL_MID\n",
"+ channel_mid = self.CHANNEL_MID or Credential.CHANNEL_MID\n",
"- 'X-Line-Trusted-User-With-ACL': channle_mid\n",
"+ 'X-Line-Trusted-User-With-ACL': channel_mid\n"
],
"Message:": "typo",
"Additions:": 2,
"Deletions:": 2,
"Commit Mistakes:": "https://github.com/JFK/linebot/commit/12f4218603e1cddcc8601c7551c771bcd2b2c625",
"Commit Corrections:": "https://github.com/JFK/linebot/commit/29bc088d6e5bcc87ac4d96c63368e6f25a318007"
},
{
"Changes:": [
"- else return 0, 0\n",
"+ else: return 0, 0"
],
"Message:": "Fix patrick's bot.",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/GallagherCommaJack/markets/commit/ee92c04bce9e05d2971b41feb1b2c171ecb2d0de",
"Commit Corrections:": "https://github.com/GallagherCommaJack/markets/commit/fc6b3ab5c8b924b7232a6f9f01a3589926400c10"
},
{
"Changes:": [
"- sleep(TARGET_MAP[mcu].program_cycle_s())\n",
"+ sleep(TARGET_MAP[mcu].program_cycle_s)\n"
],
"Message:": "Force program_cycle_s to be used as an attribue everywhere",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/mbedmicro/mbed/commit/f7ad7d2e27193a2b5282e5221947b5e127662367",
"Commit Corrections:": "https://github.com/mbedmicro/mbed/commit/855cc9155083e02d436a16be98dc43e1590ebfff"
},
{
"Changes:": [
"-\t\tposition = degrees * (self._count_per_rot / 360)\n",
"+\t\tposition = degrees * (self._countPerRot / 360)\n"
],
"Message:": "Fixed motor when turning by degrees",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/LE-GO-LE-STOP/Robocup-Junior-2016/commit/3da79f01e76430a52526bad236450a5d2bb0ceb8",
"Commit Corrections:": "https://github.com/LE-GO-LE-STOP/Robocup-Junior-2016/commit/e9fd0cc5c198108c9d379116792ce1eda5443c65"
},
{
"Changes:": [
"- temp = self.sense.getTemperature()\n",
"+ temp = self.sense.get_temperature()\n"
],
"Message:": "bugfix: set correct function call",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/denk-mal/tft-display/commit/02f2f1deed49608542260d43545dc5d591890dff",
"Commit Corrections:": "https://github.com/denk-mal/tft-display/commit/01e79bac3d03f52370cf91e114aa4016ddf01f94"
},
{
"Changes:": [
"-\t\t\t\tconn = httplib.HTTPConnection(o.hostname, o.port))\n",
"+\t\t\t\tconn = httplib.HTTPConnection((o.hostname, o.port))\n"
],
"Message:": "fix typo",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/waynelkh/OpenADM/commit/b091fb0a944f82302eb0d88ee3b410aad94a05dc",
"Commit Corrections:": "https://github.com/waynelkh/OpenADM/commit/18a7f124525a1dde4c5bb25cd371d489e0292519"
},
{
"Changes:": [
"-\n",
"+ pass\n"
],
"Message:": "Woops. Fixed syntax error",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/devchannel/DevLang/commit/b348f516c2eabdf6ebc7a0049e39fd7d7af5356e",
"Commit Corrections:": "https://github.com/devchannel/DevLang/commit/b089a0a8d0a3e564444e3f34acc5a0b2dca30899"
},
{
"Changes:": [
"- u'Paparana Utama')\n",
"+ u'Paparan Utama')\n"
],
"Message:": "Fixing typo",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/censof/ansible-deployment/commit/503cc7a2e6b9b7a23cbbf464187823dcf861b502",
"Commit Corrections:": "https://github.com/censof/ansible-deployment/commit/a54d7c109a14de061e54c76f3ba2028ef6248e86"
},
{
"Changes:": [
"- cmd = '%s \"zstack-ctl configure --duplicate-to-remote root@%s\"' % (ssh_cm1, vm2_ip)\r\n",
"+ cmd = '%s \"zstack-ctl configure --duplicate-to-remote root@%s\"' % (ssh_cmd1, vm2_ip)\r\n"
],
"Message:": "Fix Another typo in installation/test_m_nodes_inst_on_cos7.py",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/zstackorg/zstack-woodpecker/commit/2de2214a88cd74d4a175720ac6a0a3c2579a7248",
"Commit Corrections:": "https://github.com/zstackorg/zstack-woodpecker/commit/713074f8799fef6b244d40a7ab014d24026fb975"
},
{
"Changes:": [
"- lng_diff = 0.05 * math.fabs(math.cos(lat) * 111.321)) # (1 lng degree = cos(latitude) * 111.321, so 0.05 x that gives same-ish distance as latitude)\n",
"+ lng_diff = 0.05 * math.fabs(math.cos(lat) * 111.321) # (1 lng degree = cos(latitude) * 111.321, so 0.05 x that gives same-ish distance as latitude)\n"
],
"Message:": "autocommit",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/chaayac/FindMyPet/commit/12340f05ba13a19c09c2bd1fec88a25e5222d5b6",
"Commit Corrections:": "https://github.com/chaayac/FindMyPet/commit/82ebcf250946305c9749511d1d729d967b08b34f"
},
{
"Changes:": [
"- config_name = os.getenv('FLAKS_CONFIGURATION', 'default')\n",
"+ config_name = os.getenv('FLASK_CONFIGURATION', 'default')\n"
],
"Message:": "Fixing a typo.",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/damyanbogoev/flask-bookshelf/commit/56fdb59f6ac6e974dd5bcd0b91b3dd1ff05b29d0",
"Commit Corrections:": "https://github.com/damyanbogoev/flask-bookshelf/commit/91efb618889e05d16bdbbd1beec58c5f6bd6c576"
},
{
"Changes:": [
"-\t\tif ProcessMonitorOn:\n",
"+\t\tif proccessMonitorOn:\n"
],
"Message:": "Signed-off-by: zry <[email protected]>",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/swzry/zlogsysd/commit/450ffde060a95a063cc722bcda72bda9aba99a35",
"Commit Corrections:": "https://github.com/swzry/zlogsysd/commit/d77954b4f4046c83b38be33d756f0df441ba5179"
},
{
"Changes:": [
"- \"\"\"This class implements the format described here: :ref:`gadf:psf_table`.\n",
"+ \"\"\"This class implements the format described here: :ref:`gadf:psf-table`.\n",
"- energy_thqresh_hi : `~astropy.units.Quantity`\n",
"+ energy_thresh_hi : `~astropy.units.Quantity`\n",
"- print(containment)\n"
],
"Message:": "Fixed typos.",
"Additions:": 2,
"Deletions:": 3,
"Commit Mistakes:": "https://github.com/dltiziani/gammapy/commit/95a56cc777bb93662a376e583acddb33562c0be9",
"Commit Corrections:": "https://github.com/dltiziani/gammapy/commit/78501873967f1121eebdee28ca2acd3722cf783b"
},
{
"Changes:": [
"- search_fields = ['full_name',]\n",
"+ search_fields = ['full_name']\n"
],
"Message:": "Added search_fields",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/neuromat/nira/commit/fda69e0924912883e76efc1fd7f6cc226fd2f752",
"Commit Corrections:": "https://github.com/neuromat/nira/commit/e55487f24f7bc9bf30f7236f4c767fb635c564b0"
},
{
"Changes:": [
"- logger.info(\"GRADIENT IN LAYER {} IS \\n{}\".format(li+1,np.tensordot(deltas[li],self.net.par_run(self.dat.traininputs,li),((0,2),(0,2)))))\n",
"- logger.info(\"NUMERICAL GRADIENT IN LAYER {} IS \\n{}\".format(li+1,self.numgrad(li)))\n",
"+ #logger.info(\"GRADIENT IN LAYER {} IS \\n{}\".format(li+1,np.tensordot(deltas[li],self.net.par_run(self.dat.traininputs,li),((0,2),(0,2)))))\n",
"+ #logger.info(\"NUMERICAL GRADIENT IN LAYER {} IS \\n{}\".format(li+1,self.numgrad(li,epsilon = 0.00000001)))\n",
"+ logger.info(\"\\n{}\".format(np.tensordot(deltas[li],self.net.par_run(self.dat.traininputs,li),((0,2),(0,2)))-self.numgrad(li,epsilon = 0.00000000001)))\n",
"-\tdef numgrad(self,li,epsilon = 0.0001):\n",
"+ def numgrad(self,li,epsilon = 0.0001):\n"
],
"Message:": "gradients are very different there must be a mistake somewhere",
"Additions:": 4,
"Deletions:": 3,
"Commit Mistakes:": "https://github.com/riccardodelutio/tenbilac/commit/7f446fa3f54fcd32dcbb88e61bfec6cb4b5328a7",
"Commit Corrections:": "https://github.com/riccardodelutio/tenbilac/commit/d455cfdb4488d80f2ad735272ae42cc9b8d2d7c1"
},
{
"Changes:": [
"- scope.connectStatus.connect(self.dis())\n",
"+ scope.connectStatus.connect(self.dis)\n"
],
"Message:": "Merge branch 'master' of git://git.assembla.com/chipwhisperer",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/newaetech/chipwhisperer/commit/c29fd43444a1d2358b61d01e8528a2bf2096b103",
"Commit Corrections:": "https://github.com/newaetech/chipwhisperer/commit/fcb9f25caa242e5776d00707ed4fe89dee41ea4b"
},
{
"Changes:": [
"-time.sleep(10)\n",
"+ time.sleep(10)"
],
"Message:": "fix intended block",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/pereahave/160628_python_telegram_bot/commit/24510e2c8a7df61fe4a7d5d733bd4dee480cf7e3",
"Commit Corrections:": "https://github.com/pereahave/160628_python_telegram_bot/commit/cb312a6e14fe221015542438248da2b69b730528"
},
{
"Changes:": [
"- )\n",
"+ )\n"
],
"Message:": "Fix PEP 8 error in DCIM tests",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/digitalocean/netbox/commit/66a16dd06b9018e195eee62cb7b33746f41b38c6",
"Commit Corrections:": "https://github.com/digitalocean/netbox/commit/5181c97281e964da0b89176a50d476819039d658"
},
{
"Changes:": [
"- )\n",
"+ )\n"
],
"Message:": "Merge pull request #59 from digitalocean/dcim-tests-pep-8\n\nFix PEP 8 error in DCIM tests",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/digitalocean/netbox/commit/6848a3dc810758d267a5f4a1bc4e6c08340c466e",
"Commit Corrections:": "https://github.com/digitalocean/netbox/commit/d22e4e7698e40f7a61810fef71ec48825c263945"
},
{
"Changes:": [
"- mock.patch('sys.stderr', new=six.StringIO()) as mock_stderr:\n",
"+ mock.patch('sys.stderr', new=six.StringIO()) as mock_stderr:\n"
],
"Message:": "Merge branch 'shell_add_help' of https://github.com/ChristopherMSpencer/python-cratonclient into shell_add_help",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/ChristopherMSpencer/python-cratonclient/commit/f92771095000a7cee466324867840d53d59ec83e",
"Commit Corrections:": "https://github.com/ChristopherMSpencer/python-cratonclient/commit/7c2daa96d270cd9868e2194accaca8a8a359b34c"
},
{
"Changes:": [
"- bot.sendMessage(chat_id, str(Hi, I'm gosu))\n",
"+ bot.sendMessage(chat_id, str('Hi, Im gosu'))\n"
],
"Message:": "\u3147",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/pereahave/160628_python_telegram_bot/commit/aad937374120aa60eb9ff50901fc09cf75042141",
"Commit Corrections:": "https://github.com/pereahave/160628_python_telegram_bot/commit/3c637b3107ac5d1f4191e18847c399ea566ad059"
},
{
"Changes:": [
"- if index != 0\n",
"+ if index != 0:\n"
],
"Message:": "Fixed small mistake",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/TauraBots/PyDimitri/commit/49473fbe8008418d95360d3d445fc9328e288598",
"Commit Corrections:": "https://github.com/TauraBots/PyDimitri/commit/8e6fb6faa28db39db6dbfd75e21f9fb2940f446f"
},
{
"Changes:": [
"- if transcode is None\n",
"+ if transcode is None:\n"
],
"Message:": "Adding scrobbling",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/cristianmiranda/plex-trakt-scrobbler/commit/8b7cc3b7f6b18a79af246ea5de7c57106f38d89b",
"Commit Corrections:": "https://github.com/cristianmiranda/plex-trakt-scrobbler/commit/4b156c568c45a8a1e32249f4314800a0518923e0"
},
{
"Changes:": [
"- \"Topic :: Scientific/Engineering :: Physics\",\n",
"+ \"Topic :: Scientific/Engineering :: Physics\"\n"
],
"Message:": "rm: comma at setup.py->classifiers\nat the end of list, to test if\nit is the cause of winpython crash at\nappveyor",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/sem-geologist/hyperspy/commit/830ff4cd5c8f50640fdaeba1244e4aa821ce2d61",
"Commit Corrections:": "https://github.com/sem-geologist/hyperspy/commit/8f8464d8ac1cb3b6561d9d68d4f23f58abd5940f"
},
{
"Changes:": [
"-def get_sensorboard_mac_addresses:\n",
"+def get_sensorboard_mac_addresses():\n"
],
"Message:": "add missing brackets",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/waggle-sensor/waggle/commit/ae41b6da27ecbbf41475d6ddbaa37902057ef100",
"Commit Corrections:": "https://github.com/waggle-sensor/waggle/commit/3b2a7b024cf566315a5dfda0107d298e5a56ce57"
},
{
"Changes:": [
"- link = \" (<%s|link>) \" % conf[\"url\"]+name\n",
"+ link = \" (<%s|link>) \" % (conf[\"url\"]+name)\n"
],
"Message:": "fix issue with link",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/swryan/benchmark/commit/d90b4481ea208ac7643fb09781f97d233adb3409",
"Commit Corrections:": "https://github.com/swryan/benchmark/commit/60d5f0888efe90259d7eb2d48ff961b5312bc063"
},
{
"Changes:": [
"- privatedir = cachedir\n",
"+ privatedir = cachedir\n"
],
"Message:": "Merge remote-tracking branch 'openml/develop' into develop",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/openml/openml-python/commit/2a958b03d0874dffb133cf7ae26ff8ff2d65df58",
"Commit Corrections:": "https://github.com/openml/openml-python/commit/6a1561fed3076d9916e8c0afed6d3a6ab052414d"
},
{
"Changes:": [
"-remote_origin = [email protected]:samdmarshall/pyconfig.git\n",
"-commit_hash = 704e2ad\n",
"+remote_origin = '[email protected]:samdmarshall/pyconfig.git'\n",
"+commit_hash = 'e885c36'"
],
"Message:": "fixing invalid syntax of updating version_info.py",
"Additions:": 2,
"Deletions:": 2,
"Commit Mistakes:": "https://github.com/samdmarshall/pyconfig/commit/e885c367dfd260bee6d8a95b411a7ead56848799",
"Commit Corrections:": "https://github.com/samdmarshall/pyconfig/commit/9d6f4503ae5253b0a6754a412991e316a90d84b7"
},
{
"Changes:": [
"- self._webservicePrefix = earl.createWebServicePrefix()()\n",
"+ self._webservicePrefix = earl.createWebServicePrefix()\n"
],
"Message:": "typo",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/lifemapper/core/commit/37aa1748b027b544353bf2cb4f1b1e8350bb2891",
"Commit Corrections:": "https://github.com/lifemapper/core/commit/611f1e8376a80352e2b17b3212236fd319bbf9f9"
},
{
"Changes:": [
"-exept:\n",
"+except:\n"
],
"Message:": "Docker - CUON new manual cli interface for the setup XVI",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/CuonDeveloper/cuon/commit/b176d900416acdb640d8618e85938d227a4bc37f",
"Commit Corrections:": "https://github.com/CuonDeveloper/cuon/commit/82851f65978b183050016024ad4324c211d8430b"
},
{
"Changes:": [
"-if(timeBetweenIntervals === \"rand\"):\n",
"+if(timeBetweenIntervals == \"rand\"):\n"
],
"Message:": "Updated syntax error",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/agupta231/Image-Recognition-with-LSTM/commit/d5d5a19d2ada997a2714b2bd8f23558965c167f0",
"Commit Corrections:": "https://github.com/agupta231/Image-Recognition-with-LSTM/commit/f32ef6c6917bbf950194bd8bd2bea5a156f0f7c6"
},
{
"Changes:": [
"-\treturn JsonResponse(request.POST, safe=False)\r\n",
"+\t\treturn JsonResponse(request.POST, safe=False)\r\n"
],
"Message:": "a",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/dvm-bitspilani/oasis2016/commit/49523d7b768212c22050262efe902f8af077037d",
"Commit Corrections:": "https://github.com/dvm-bitspilani/oasis2016/commit/3be33c783c7fec7432cba65442f05de8d9d18660"
},
{
"Changes:": [
"-app.run()\n",
"+\tapp.run()"
],
"Message:": "removal of indentation bug",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/KVasya/BoardTubbiesConstellations-/commit/6effa5efd9b77b522c2cf8d8aa5fad8dea3655b0",
"Commit Corrections:": "https://github.com/KVasya/BoardTubbiesConstellations-/commit/6583dc4b393e5f468eba7e3163dcc0c938910473"
},
{
"Changes:": [
"- return 0\n",
"+ return 0\n"
],
"Message:": "Update CandidatePairGenerator.py",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/varun-tandon/MarkerReader/commit/10337508a6b66f71a19315ff6c98886e2c3bdf19",
"Commit Corrections:": "https://github.com/varun-tandon/MarkerReader/commit/38d39fb6f321dcd72dd37f422b3a883f3d385ea4"
},
{
"Changes:": [
"- if getattr(self, 'skip_words', None) is None:\n",
"+ if getattr(self, 'skip_words', None) is None:\n"
],
"Message:": "Italian lang dependency",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/INGEOTEC/b4msa/commit/eeabe1594c3d9a4193d6fcdedeb5f31c91627d7c",
"Commit Corrections:": "https://github.com/INGEOTEC/b4msa/commit/0d5aca0baf035567eb2791ffe5e9917034b1015a"
},
{
"Changes:": [
"- faield_to_process.append(output_file)\n",
"+ failed_to_process.append(output_file)\n",
"+ e = sys.exc_info()[0]\n",
"+ print(\"%s\" % e, file=sys.stderr)\n",
"- for file in faield_to_process:\n",
"+ for file in failed_to_process:\n"
],
"Message:": "Fix typo in var name and print exception in stderr",
"Additions:": 4,
"Deletions:": 2,
"Commit Mistakes:": "https://github.com/kinow/pccora/commit/6cf4029517efa796b082fad4530f7fef0830d78a",
"Commit Corrections:": "https://github.com/kinow/pccora/commit/e0fe4a55d5e3485cd35fc2e1223823f7c92c3ab1"
},
{
"Changes:": [
"-\t\t\t\tyes.append(float(hamming_df[alpha][beta])\n",
"+\t\t\t\tyes.append(float(hamming_df[alpha][beta]))\n"
],
"Message:": "update",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/virpatel524/miRNA-Scripts/commit/c7a5e08d485c6f7806d704e73635f7b56ae16e3d",
"Commit Corrections:": "https://github.com/virpatel524/miRNA-Scripts/commit/d8e7dbad6f64183bcadb7cedc94b8bc40ed644d5"
},
{
"Changes:": [
"- while True\n",
"+ while True:\n"
],
"Message:": "bug",
"Additions:": 1,
"Deletions:": 1,
"Commit Mistakes:": "https://github.com/andrewbackes/autonoma/commit/559150bbe85061bb297cec01a61f1b2ee135f88e",
"Commit Corrections:": "https://github.com/andrewbackes/autonoma/commit/80c35c94d136fdfbc1c3a873b448daaabf97c2bc"
}
]