Skip to content

Commit

Permalink
remove pt dep on cluster parititioning
Browse files Browse the repository at this point in the history
  • Loading branch information
jacanchaplais committed Mar 4, 2024
1 parent be08644 commit b56ab5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphicle/select.py
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,7 @@ def clusters(
signal.
"""
hier_ = hierarchy(graph)
hier = partition_descendants(graph, hier_, -0.1)
hier = partition_descendants(graph, hier_, 0.0)
leaves = leaf_masks(hier)
color_keys = color_singlets(leaves, graph.status, graph.color, True)
colored_leaves = map(
Expand Down

0 comments on commit b56ab5f

Please sign in to comment.