-
Notifications
You must be signed in to change notification settings - Fork 57
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
Duplicate edges in graphviz output. #20
Comments
ExampleI'll try to demonstate with slightly modified version of the Topics:
Requirements
Unexpected graph results
Please let me know if this is somehow the intended behavior. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If topics are named a certain way, or are nested, it seems to cause multiple arrows between requirements.
A possible solution to this (though maybe not the most appropriate), is to tell graphviz not to allow multiple edges by changing the lines:
rmtoo/rmtoo/outputs/graph.py
Line 55 in 5c54b45
rmtoo/rmtoo/outputs/graph2.py
Line 61 in 5c54b45
from
digraph
tostrict digraph
.See section
Lexical and Semantic Notes
of https://www.graphviz.org/doc/info/lang.htmlThe text was updated successfully, but these errors were encountered: