Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarghi-nv committed Aug 2, 2024
1 parent ef4962a commit bf32da0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/cugraph-pyg/cugraph_pyg/sampler/sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ def __next__(self):
)

"""
# TODO Re-enable this once PyG resolves the issue with edge features
# TODO Re-enable this once PyG resolves
# the issue with edge features (9566)
data = torch_geometric.loader.utils.filter_custom_store(
self.__feature_store,
self.__graph_store,
Expand Down

0 comments on commit bf32da0

Please sign in to comment.