Skip to content

Commit 96b02a1

Browse files
committed
Update landmarks.py
1 parent bf82602 commit 96b02a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cityImage/landmarks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def _clean_height(x):
4848
def _init_structural_worker(obstructions_gdf):
4949
global _STRUCTURAL_OBSTRUCTIONS
5050
_STRUCTURAL_OBSTRUCTIONS = obstructions_gdf
51-
obstructions_gdf.sindex # build the (cached) index once per worker
51+
_ = obstructions_gdf.sindex # build the (cached) index once per worker
5252

5353

5454
def _structural_visibility_task(args):

0 commit comments

Comments
 (0)