From b56ab5fa72cba09c982f5ce024bd62466e9cf2ae Mon Sep 17 00:00:00 2001 From: Jacan Chaplais Date: Mon, 4 Mar 2024 10:44:08 +0000 Subject: [PATCH] remove pt dep on cluster parititioning --- graphicle/select.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphicle/select.py b/graphicle/select.py index 4aeb71c..71a68bb 100644 --- a/graphicle/select.py +++ b/graphicle/select.py @@ -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(