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 8ac4974 commit d1c9e13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions torch_geometric/utils/rag/graph_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def put_edge_index(self, edge_index: EdgeTensorType, *args,

@edge_index.setter
def edge_index(self, edge_index: EdgeTensorType):
# HACKY
self._edge_index = self.put_edge_index(edge_index)

@property
Expand Down

0 comments on commit d1c9e13

Please sign in to comment.