Skip to content

Commit

Permalink
Fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alephcero committed Nov 14, 2024
1 parent 4f04f70 commit 6411c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion urbantrips/viz/overlapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def plot_interactive_supply_overlapping(overlapping_dict):

base_h3 = overlapping_dict["base"]["h3"]
comp_h3 = overlapping_dict["comp"]["h3"]
if (base_h3 is None) or (comp_gdf is None):
if (base_h3 is None) or (comp_h3 is None):
return None

base_route_id = base_h3.route_id.unique()[0]
Expand Down

0 comments on commit 6411c95

Please sign in to comment.