pathpyG icon indicating copy to clipboard operation
pathpyG copied to clipboard

`TemporalGraph.to_static_graph()` returns multigraph

Open M-Lampert opened this issue 4 months ago • 0 comments

While testing the updated visualisations on the DBGNN-tutorial notebook, I noticed that TemporalGraph.to_static_graph() results in a multigraph with potentially many duplicate edges if weighted=False. @IngoScholtes is this the intended behaviour?

M-Lampert avatar Oct 09 '25 18:10 M-Lampert