You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Round-trip though tuple avoids `TypeError: IntIndexer only supports array of type int64`.
68
-
# TODO: debug / work around that error; serde'ing the ndarray apparently results in a second np.int64 instance, that fails reference equality check vs. the version from the worker-process.
69
-
var_joinids=np.array(tuple(self.var_joinids))
67
+
# NOTE: `.astype("int64")` works around the `np.int64` singleton failing reference-equality after cross-process
0 commit comments