consolidate_intersections
crashes with dictionary for tolerances
#1191
Labels
consolidate_intersections
crashes with dictionary for tolerances
#1191
Contributing guidelines
Documentation
Existing issues
What operating system and Python version are you using?
Windows 11, Python 3.12
What OSMnx version are you using?
2.0.0b0
Environment packages and versions
How did you install OSMnx?
Pip
Problem description
When using a dictionary for tolerances the
consolidate_intersections()
function crashes, while it works with a single tolerance value (replacetolerance=tolerance_dict
withtolerance=1
in the example below).See for context:
Complete minimal reproducible example
The text was updated successfully, but these errors were encountered: