You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dot issues Warning: a was already in a rankset, ignored in cluster _anonymous_0 and continues processing the graph. Viz.js on the other hand issues Assertion failed: find_fast_node(g, n), at: fastgr.c,231,delete_fast_node and does not continue laying out the graph. When dot runs is it catching these errors and telling the program to keep going? Is this something possible in Viz.js?
The text was updated successfully, but these errors were encountered:
I am not sure if it is in the scope of this project, but when presented with the following graph
dot issues
Warning: a was already in a rankset, ignored in cluster _anonymous_0
and continues processing the graph. Viz.js on the other hand issuesAssertion failed: find_fast_node(g, n), at: fastgr.c,231,delete_fast_node
and does not continue laying out the graph. When dot runs is it catching these errors and telling the program to keep going? Is this something possible in Viz.js?The text was updated successfully, but these errors were encountered: