From 96024ddc1185a58ecf850336dbbd8d08387dc2ee Mon Sep 17 00:00:00 2001 From: Robin Linacre Date: Thu, 3 Oct 2024 15:09:26 +0100 Subject: [PATCH] faster tests --- tests/test_cluster_at_multiple_thresholds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_cluster_at_multiple_thresholds.py b/tests/test_cluster_at_multiple_thresholds.py index 153e183fde..b72c98c765 100644 --- a/tests/test_cluster_at_multiple_thresholds.py +++ b/tests/test_cluster_at_multiple_thresholds.py @@ -25,7 +25,7 @@ def test_cluster_at_multiple_thresholds(test_helpers, dialect, graph_size): combined_edges["match_probability"] = np.random.uniform(0, 1, len(combined_edges)) - thresholds = [0.0, 0.3, 0.5, 0.7, 1.0] + thresholds = [0.5, 0.7] all_clusters = cluster_pairwise_predictions_at_multiple_thresholds( combined_nodes,