From 16a606cd38cde776fd68067048abf6b2320565ee Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Mon, 23 Sep 2024 01:21:15 +0000 Subject: [PATCH] change partition --- python/dgl/distributed/partition.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/python/dgl/distributed/partition.py b/python/dgl/distributed/partition.py index 15573f63ad9a..1c7c29f9b197 100644 --- a/python/dgl/distributed/partition.py +++ b/python/dgl/distributed/partition.py @@ -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: