You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both @lmz and I got the following error. I did some testing, a fix seems to be adding a line of code osm_link_gdf['wayId'] = osm_link_gdf['wayId'].astype(object) after osm_link_gdf = osm_link.copy().
The text was updated successfully, but these errors were encountered:
travel-model-two-networks/notebooks/pipeline/methods.py
Line 229 in c9fae29
Both @lmz and I got the following error. I did some testing, a fix seems to be adding a line of code
osm_link_gdf['wayId'] = osm_link_gdf['wayId'].astype(object)
afterosm_link_gdf = osm_link.copy()
.The text was updated successfully, but these errors were encountered: