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 23, 2022
1 parent a187239 commit e41f7f5
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 e41f7f5

Please sign in to comment.