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
The LinkNeighborLoader is guessing the number of sampled nodes in hop 0 by looking at outgoing edges, which results in the wrong number of destinations being selected. In the worst case, this results in an overestimate of the destination type, which does not break most workflows. However, it should still be fixed.