Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any Idea why this error is throwing when trying to convert from sumonet to cityflownet #166

Open
thesneakerhead opened this issue Feb 15, 2023 · 0 comments

Comments

@thesneakerhead
Copy link

Converting sumo net file EDITED.net.xml
Start processing 0 traffic lights
cluster_3600177761_3600177767_3600177774
Traceback (most recent call last):
File "converter.py", line 535, in
main(args)
File "converter.py", line 514, in main
final_intersections = get_final_intersections(net,tls_dict,edge_dict)
File "converter.py", line 450, in get_final_intersections
intersection = node_to_intersection(node,tls_dict,edge_dict)
File "converter.py", line 396, in node_to_intersection
for connec in tls_dict[nodeid]._connections:
KeyError: 'cluster_3600177761_3600177767_3600177774'

cluster_3600177761_3600177767_3600177774

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant