From 7bf402f23cdb66661aa4ea566d692e3248bb0073 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Tue, 15 Oct 2024 01:55:21 +0000 Subject: [PATCH] change format --- tools/distpartitioning/convert_partition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/distpartitioning/convert_partition.py b/tools/distpartitioning/convert_partition.py index a719793997d1..d2d70b96e5c5 100644 --- a/tools/distpartitioning/convert_partition.py +++ b/tools/distpartitioning/convert_partition.py @@ -357,7 +357,7 @@ def _process_partition_gb( def _update_node_map(node_map_val, end_ids_per_rank, id_ntypes, prev_last_id): - """this function is modified from the function '_update_node_edge_map' in dgl.distributed.partition """ + """this function is modified from the function '_update_node_edge_map' in dgl.distributed.partition""" # Update the node_map_val to be contiguous. rank = dist.get_rank() prev_end_id = (