Skip to content

Commit

Permalink
change partition
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Sep 23, 2024
1 parent 27bb682 commit 16a606c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions python/dgl/distributed/partition.py
Original file line number Diff line number Diff line change
Expand Up @@ -1740,11 +1740,6 @@ def _convert_dgl_partition_to_gb(
Whether to store inner node mask in the new graph. Default: False.
store_inner_edge : bool, optional
Whether to store inner edge mask in the new graph. Default: False.
Returns
-------
FusedCSCSamplingGraph
The csc_graph to be saved.
"""
debug_mode = "DGL_DIST_DEBUG" in os.environ
if debug_mode:
Expand Down

0 comments on commit 16a606c

Please sign in to comment.