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 b6d80b0 commit eba0173
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion torch_geometric/utils/rag/backend_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ def load(self, pid: Optional[int] = None) -> RemoteGraphBackend:
graph_store = self.graph_store_type.from_data(
edge_id=data_obj['edge_id'], edge_index=data_obj.edge_index,
num_nodes=data_obj.num_nodes, is_sorted=True)
graph_store.edge_index = graph_store.edge_index.contiguous()
feature_store = self.feature_store_type.from_data(
node_id=data_obj['node_id'], x=data_obj.x,
edge_id=data_obj['edge_id'], edge_attr=data_obj.edge_attr)
Expand Down

0 comments on commit eba0173

Please sign in to comment.