Open johannbrehmer opened 1 week ago
I do not know if I'd call those great tools - especially if I do not manage to find time to maintain them properly. Thanks for spotting and reporting!
Should probably also be fixed in structuregraph-helpers.
Using the networkx implementation for the hash was always suboptimal. Perhaps we should implement our own version.
Yet another great tool from you!
It works fine with me with networkx < 3.4.0, but it breaks with the latest versions of networkx.
When I call
I get this:
I believe this is because networkx 3.4.0 added the
not_implemented_for("multigraph")
decorator toweisfeiler_lehman_graph_hash()
, see the changelog.