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
Hi, that sure looks like it should be edge_index[1]. I don't remember exactly what those two lines do, but it wouldn't make much sense to compare the same thing twice.
Well spotted! Would you be so kind to modify that line, check that it works as intended, and submit a PR?
Hi,
Thank you for the great codebase here!
graphqa/src/graphqa/data/graphs.py
Line 90 in 3878efc
For my own clarification, shouldn't the line referenced below be:
na_receiver = torch.any(edge_index[1] == torch.nonzero(nans, as_tuple=False), dim=0)
The text was updated successfully, but these errors were encountered: