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 ...
The original issue was against the legacy implementation which we decided we were not going to update. Now that we have a new implementation using graph primitives, we should add support for this.