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
Describe the bug
Not sure this is a bug. Does the WL kernel assume the input graph is undirected? From the code, my understanding is that the kernel labels a node only considering its outgoing neighbors. I think this algorithm can work with directed graphs, but now if there is a node without outgoing edge, it will produce error.
Describe the bug
Not sure this is a bug. Does the WL kernel assume the input graph is undirected? From the code, my understanding is that the kernel labels a node only considering its outgoing neighbors. I think this algorithm can work with directed graphs, but now if there is a node without outgoing edge, it will produce error.
To Reproduce
The code above will report a "KeyError: 2" from line 222, in generate_graphs, "grakel/kernels/weisfeiler_lehman.py"
The text was updated successfully, but these errors were encountered: