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

Unintended Boolean Conversions and Ordering Changes in `IndexMap` #158

Closed M-Lampert closed 1 month ago

M-Lampert commented 7 months ago

Due to the new internal representation of node_ids in IndexMap as numpy.array, there are sometimes some unintended conversions from integers to booleans happening. I also noticed that the ordering of strings is sometimes different than what was inserted at the beginning.

This was first encountered by @lisiq and @chrisbloecker. Maybe the have some more details on this.

M-Lampert commented 1 month ago

Cannot reproduce (see #209) closing for now.