Skip to content

Commit

Permalink
Rename bipartition_graph to bipartition_graph_mst
Browse files Browse the repository at this point in the history
  • Loading branch information
InnovativeInventor committed May 27, 2022
1 parent 96cadd8 commit 5b41e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gerrychain/tree.py
Expand Up @@ -183,7 +183,7 @@ def bipartition_tree_retworkx(
):
pops = graph.pygraph_pop_lookup(pop_col)

balanced_node_choices = retworkx.bipartition_graph(
balanced_node_choices = retworkx.bipartition_graph_mst(
graph.pygraph,
lambda x: random.random(),
pops,
Expand Down

0 comments on commit 5b41e84

Please sign in to comment.