Open
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: