Skip to content

Commit

Permalink
improve comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfbalin committed Aug 18, 2024
1 parent 425b7bb commit 18f9aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/dgl/graphbolt/impl/fused_csc_sampling_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ def _convert_to_sampled_subgraph(
]
)
if indices is None or original_edge_ids is None:
# Only needed to fetch indices.
# Only needed to fetch indices or original edge ids.
sampled_hetero_edge_ids_in_fused_csc_sampling_graph[
etype
] = edge_ids_in_fused_csc_sampling_graph[
Expand Down

0 comments on commit 18f9aee

Please sign in to comment.