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

PyG backwards compatibility 2.3.1 <- 2.4.0 #56

Closed M-Lampert closed 11 months ago

M-Lampert commented 11 months ago

This is something that already came up in one of our meetings, that self.data.keys worked with or without () depending on the versions. This is caused by PyG where they turned keys() into a method in version 2.4.0 while it was a property in version 2.3.1.

M-Lampert commented 11 months ago

It is temporarily fixed for now by setting the versions to the newest without ensuring backward compatibility.