The edge weights are not propagated to the nodes when using the LineGraph method.
I specifically want to get the edge weights of a graph G as the node signal of line graph pygsp.graphs.LineGraph(G).
Does somebody have an idea on how to do that?
Thank you so much in advance!