Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
riship committed Jan 10, 2025
1 parent b0a7049 commit 7cd5138
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion torch_geometric/data/large_graph_indexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ def apply_transform(
for node in (h, t):
if node not in nodes:
nodes.append(nodes)
nodes.add(node)

edge_idx = (h, r, t)
if edge_idx not in edges:
Expand Down

0 comments on commit 7cd5138

Please sign in to comment.