-
Notifications
You must be signed in to change notification settings - Fork 347
Open
Open
[BUG]: Edge betweenness centrality scaling scores#5358
Description
Version
25.10
Which installation method(s) does this occur on?
ALL
Describe the bug.
networkx/networkx#8256 modified networkx to update the scaling of edge betweenness centrality as we did for vertex betweenness centrality scores earlier this year.
We should update our implementation as well.
Note that we should enable the python comparison with NX again once this is complete.
Code of Conduct
- I agree to follow cuGraph's Code of Conduct
- I have searched the open bugs and have found no duplicates for this bug report