Skip to content
Snippets Groups Projects
Commit 5bc3dce6 authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Polish

parent 354ae81b
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,8 @@ def bbox_union(b1, b2):
max(b1[3], b2[3])]
def compute_bbox(ishape_lists, reader_outer):
"""ishape_lists should be a dictionary."""
bbox = None
for ishape_list in ishape_lists.values():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment