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
Perhaps we can do a check first and skip non-existing keys.
I'm also not sure if this will be sufficient, or if other changes need to be done somewhere else to accommodate the missing keys in the adjacency list.
The text was updated successfully, but these errors were encountered:
HusseinElMotayam
added a commit
to HusseinElMotayam/elementary-circuits-directed-graph
that referenced
this issue
Mar 11, 2020
There is a slight improvement that can be done based on the discussion in:
tomshanley/d3-sankey-circular#40
Suppose that the adjacency list is defined as:
Iterating sequentially over that array in https://github.com/antoinerg/elementary-circuits-directed-graph/blob/master/johnson.js#L72 will throw an error when reaching index 1.
Perhaps we can do a check first and skip non-existing keys.
I'm also not sure if this will be sufficient, or if other changes need to be done somewhere else to accommodate the missing keys in the adjacency list.
The text was updated successfully, but these errors were encountered: