Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
riship committed Jan 12, 2025
1 parent a815db3 commit 1c75a75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions torch_geometric/data/large_graph_indexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ 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])
print("self.edge_index[20:60].dst_nodes in indexer init=",
self.edge_attr[EDGE_TAIL][20:60])
for i, tup in enumerate(edges):
self._edges[tup] = i

Expand Down

0 comments on commit 1c75a75

Please sign in to comment.