Skip to content

Commit

Permalink
More report fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Aug 9, 2019
1 parent 98ac351 commit 0ee5b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pacman/operations/algorithm_reports/reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ def generate_comparison_router_report(
total_uncompressed = 0
total_compressed = 0
max_compressed = 0
uncompressed_for_max = None
uncompressed_for_max = 0
for table in progress.over(routing_tables.routing_tables):
x = table.x
y = table.y
Expand Down

0 comments on commit 0ee5b44

Please sign in to comment.