Skip to content

Commit 5204800

Browse files
authored
Merge pull request aras62#13 from javierlorenzod/patch-1
Update pie_data.py missing line break
2 parents 23faa97 + a3b0252 commit 5204800

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pie_data.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,8 @@ def get_data_stats(self):
577577
if ped_annots['attributes']['intention_prob'] > 0.5:
578578
crossing['not-crossing'] += 1
579579
else:
580-
crossing['irrelevant'] += 1 intersection[
580+
crossing['irrelevant'] += 1
581+
intersection[
581582
self._map_scalar_to_text('intersection', ped_annots['attributes']['intersection'])] += 1
582583
traffic_direction[self._map_scalar_to_text('traffic_direction',
583584
ped_annots['attributes']['traffic_direction'])] += 1

0 commit comments

Comments
 (0)