dhl123 / Airtag-2023

22 stars 9 forks source link

Syntax error in generated DOT file #7

Open tallyAB opened 1 week ago

tallyAB commented 1 week ago

The graph construction component given here generates a dot file which throws syntax errors when trying to view it using Graphviz.

We ran the code scripts ourselves and are able to reproduce the dot file but run into a syntax error in line 1054 in both files, which prevents us from viewing the resultant graph. Could you please provide instructions on how we can fix this?

dhl123 commented 1 minute ago

Try to add missing \" and \" for each of the entity. This is caused by a bug of networkx and need to be manually fixed by adding "" for all entities.