pathpyG
pathpyG copied to clipboard
`TemporalGraph.to_static_graph()` returns multigraph
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?