Skip to content

Commit

Permalink
Update retworkx call to use renamed function
Browse files Browse the repository at this point in the history
  • Loading branch information
InnovativeInventor committed May 27, 2022
1 parent 16afca7 commit 96cadd8
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_tree(
balanced_node_choices = retworkx.bipartition_graph(
graph.pygraph,
lambda x: random.random(),
pops,
Expand Down

0 comments on commit 96cadd8

Please sign in to comment.