Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
riship committed Jan 11, 2025
1 parent 44a17f3 commit 105783c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch_geometric/data/large_graph_indexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def __init__(
self.edge_attr[EDGE_TAIL].append(t)
self.edge_attr[EDGE_INDEX].append(
(self._nodes[h], self._nodes[t]))

print("self.edge_index[20:60] in indexer init=", self.edge_attr[EDGE_INDEX][20:60])
for i, tup in enumerate(edges):
self._edges[tup] = i

Expand Down

0 comments on commit 105783c

Please sign in to comment.