Skip to content

Commit

Permalink
change format
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Oct 15, 2024
1 parent 41a6b4a commit 7bf402f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/distpartitioning/convert_partition.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (
Expand Down

0 comments on commit 7bf402f

Please sign in to comment.