dgl
dgl copied to clipboard
[distGB] fix local variable 'sorted_idx' referenced before assignment in convert_partition.py
The code will crashed in convert_partition.py::_process_partition_gb when sorted_etypes is False. In this pr, I add the code when condition is False.