graphwave
graphwave copied to clipboard
Congrats for the great work guys. :) And thanks for mentioning our work on the [PyGSP](https://github.com/epfl-lts2/pygsp). Any reason why you didn't use it? (Just trying to identify problematic use cases.)
I've been trying to use the graphwave function and there seems to be a bug. When I run the function graphwave on a networkx graph I get the error mentioned...
At the beginning of the function "graphwave", the code uses `nx.adjacency_matrix(G)` (nx). When I want to use 'type =pygsp', it will throw an error.