cugraph icon indicating copy to clipboard operation
cugraph copied to clipboard

Remove deprecation warning for multigraph edges

Open rlratzel opened this issue 1 year ago • 0 comments

The removal of multi edges is no longer supported in symmetrize.py for both single and multi GPU workflows. Instead, multi edges can be removed at the graph creation through the flag drop_multi_edges.

rlratzel avatar Aug 05 '24 15:08 rlratzel