10000 FIX Adjusts xi in test_extract_xi (#14201) · scikit-learn/scikit-learn@bd2cc10 · GitHub
[go: up one dir, main page]

Skip to content

Commit bd2cc10

Browse files
thomasjpfanrth
authored andcommitted
FIX Adjusts xi in test_extract_xi (#14201)
1 parent be4accf commit bd2cc10

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
@@ -109,7 +109,7 @@ def test_extract_xi():
109109

110110
clust = OPTICS(min_samples=3, min_cluster_size=3,
111111
max_eps=20, cluster_method='xi',
112-
xi=0.1).fit(X)
112+
xi=0.3).fit(X)
113113
# this may fail if the predecessor correction is not at work!
114114
assert_array_equal(clust.labels_, expected_labels)
115115

0 commit comments

Comments
 (0)
0