Skip to content

Commit

Permalink
faster tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinL committed Oct 3, 2024
1 parent 7c6fe68 commit 96024dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cluster_at_multiple_thresholds.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 96024dd

Please sign in to comment.