Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
riship committed Jan 14, 2025
1 parent 76db078 commit f1815ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions torch_geometric/data/large_graph_indexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,8 @@ def get_node_features(
idxs = list(
self.get_node_features_iter(feature_name, pids,
index_only=True))
print("idxs=", idxs)
print("values[idxs]=", values[idxs])
return values[idxs]
return_value = list(self.get_node_features_iter(feature_name, pids))
return return_value
Expand Down

0 comments on commit f1815ee

Please sign in to comment.