10000 TST Speed-up test_dbscan_optics_parity (#25893) · scikit-learn/scikit-learn@3043ea6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3043ea6

Browse files
authored
TST Speed-up test_dbscan_optics_parity (#25893)
1 parent a85b14d commit 3043ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/cluster/tests/test_optics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def test_dbscan_optics_parity(eps, min_samples, metric, is_sparse, global_dtype)
300300

301301
centers = [[1, 1], [-1, -1], [1, -1]]
302302
X, labels_true = make_blobs(
303-
n_samples=750, centers=centers, cluster_std=0.4, random_state=0
303+
n_samples=150, centers=centers, cluster_std=0.4, random_state=0
304304
)
305305
X = sparse.csr_matrix(X) if is_sparse else X
306306

0 commit comments

Comments
 (0)
0