Skip to content

Commit

Permalink
back to direct and indirect default
Browse files Browse the repository at this point in the history
  • Loading branch information
songololo committed Dec 20, 2023
1 parent 7e2f596 commit d2a2928
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cityseer"
version = '4.6.6'
version = '4.6.7'
description = "Computational tools for network-based pedestrian-scale urban analysis"
readme = "README.md"
requires-python = ">=3.10, <3.12"
Expand Down
2 changes: 0 additions & 2 deletions pysrc/cityseer/tools/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@ def osm_graph_from_poly(
graph_crs,
buffer_dist=parallel_consolidate_dist,
contains_buffer_dist=contains_buffer_dist,
neighbour_policy="indirect",
)
graph_crs = graphs.nx_remove_filler_nodes(graph_crs)
if iron_edges:
Expand All @@ -408,7 +407,6 @@ def osm_graph_from_poly(
graph_crs,
buffer_dist=parallel_consolidate_dist,
contains_buffer_dist=contains_buffer_dist,
neighbour_policy="indirect",
)
graph_crs = graphs.nx_remove_filler_nodes(graph_crs)
if iron_edges:
Expand Down

0 comments on commit d2a2928

Please sign in to comment.