Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 11, 2025
1 parent 105783c commit c8415c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion torch_geometric/data/large_graph_indexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +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] 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 c8415c1

Please sign in to comment.