dgl icon indicating copy to clipboard operation
dgl copied to clipboard

[distGB] fix local variable 'sorted_idx' referenced before assignment in convert_partition.py

Open CfromBU opened this issue 4 months ago • 3 comments

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.

CfromBU avatar Oct 17 '24 01:10 CfromBU