-
Notifications
You must be signed in to change notification settings - Fork 63
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
Data not present in pydot graph. #207
Comments
You're right, Is there a specific feature you're looking to serialize? You would need to modify this function and build from source to embed extra features: ProGraML/programl/graph/format/graphviz_converter.cc Lines 170 to 201 in cd7d293
I could see that this would be generally useful. Patches welcome! Cheers, |
🐛 Bug I used pydotgraph_str = programl.to_dot(prog_graph) But I can see node labels only. No features information available in dot file.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Environment
git rev-parse HEAD
):Additional context
The text was updated successfully, but these errors were encountered: