pathpy / pathpyG

GPU-accelerated Next-Generation Network Analytics and Graph Learning for Time Series Data on Complex Networks.
https://www.pathpy.net
GNU Affero General Public License v3.0
33 stars 3 forks source link

`Graph.__add__` for higher-order graphs #223

Open M-Lampert opened 1 week ago

M-Lampert commented 1 week ago

Adding graphs currently only works for first-order graphs because of the non-hashable np.ndarray-node_ids in the mapping for higher-order graphs.