import osmnx as ox G = ox.graph_from_place('Berkeley, California', network_type='drive') stats = ox.basic_stats(G) ox.plot_graph(G) I get an error when running in a ...
platform linux -- Python 3.12.0rc1, pytest-7.4.0, pluggy-1.2.0 cachedir: .tox/py312/.pytest_cache rootdir: /project collected 38 items tests/test_index.py .....x ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results