-
Notifications
You must be signed in to change notification settings - Fork 63
Data not present in pydot graph. #207
Copy link
Copy link
Open
Labels
BugSomething isn't workingSomething isn't working
Description
🐛 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:
- Generate programl graph from any code
- Convert that graph to dot using programl.to_dot()
- That generated dot string doesn't have features info
Expected behavior
Environment
- ProGraML version (if building from source, use
git rev-parse HEAD): - How you installed ProGraML (source, pip):
- OS:
- Python version:
- Build command you used (if building from source):
- GCC/clang version (if building from source):
- Bazel version (if building from source):
- Versions of any other relevant libraries:
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't working