Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
riship committed Jan 10, 2025
1 parent 0f46bec commit 14e962d
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 @@ -195,8 +195,8 @@ def apply_transform(
edges.append(edge_idx)
# if edge_idx not in edges:
# edges.append(edge_idx)
nodes = ordered_dict(nodes)
edges = ordered_dict(edges)
nodes = ordered_set(nodes)
edges = ordered_set(edges)
return cls(list(nodes), list(edges))

@classmethod
Expand Down

0 comments on commit 14e962d

Please sign in to comment.