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 1ecdaa7 commit 21c5875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch_geometric/loader/rag_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def query(self, query: Any) -> Data:
# Graph Store does not Use These, save computation
# seed_edges = self.feature_store.retrieve_seed_edges(
# query, **self.seed_edges_kwargs)

print("Seed nodes=", seed_nodes.unique())
subgraph_sample = self.graph_store.sample_subgraph(
seed_nodes, **self.sampler_kwargs)

Expand Down

0 comments on commit 21c5875

Please sign in to comment.