Skip to content

Commit

Permalink
fix: change get_chunks default from edges -> chunks to see if tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
dPys committed Oct 17, 2024
1 parent 427e5e7 commit 1615582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nx_parallel/algorithms/centrality/betweenness.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def edge_betweenness_centrality(
normalized=True,
weight=None,
seed=None,
get_chunks="edges",
get_chunks="nodes",
**kwargs,
):
"""The parallel computation is implemented by dividing the nodes into chunks and
Expand Down

0 comments on commit 1615582

Please sign in to comment.