Skip to content

Commit

Permalink
test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
gboeing committed Dec 25, 2023
1 parent 71b83fc commit a6457cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_osmnx.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ def test_graph_from_functions():

# truncate graph by bounding box
north, south, east, west = ox.utils_geo.bbox_from_point(location_point, dist=400)
G = ox.truncate.truncate_graph_bbox(G, north, south, east, west)
G = ox.truncate.truncate_graph_bbox(G, north, south, east, west, min_num=3)
G = ox.utils_graph.get_largest_component(G, strongly=True)

# graph from address
Expand Down

0 comments on commit a6457cc

Please sign in to comment.