We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b27536 + faa63df commit 234e4abCopy full SHA for 234e4ab
sklearn/manifold/tests/test_locally_linear.py
@@ -39,7 +39,6 @@ def test_lle_simple_grid():
39
# note: ARPACK is numerically unstable, so this test will fail for
40
# some random seeds. We choose 2 because the tests pass.
41
rng = np.random.RandomState(2)
42
- tol = 0.1
43
44
# grid of equidistant points in 2D, n_components = n_dim
45
X = np.array(list(product(range(5), repeat=2)))
0 commit comments