[BUG] cugraph.subgraph()
requires renumbered input graph and should not
#1899
Labels
Milestone
cugraph.subgraph()
requires renumbered input graph and should not
#1899
Calling
cugraph.subgraph()
with a Graph object that hasn't been renumbered results in a traceback:This is likely because
src_names
seems to be defined only in a block of code executed if the input graph is renumbered.The text was updated successfully, but these errors were encountered: