Skip to content

Commit 234e4ab

Browse files
committed
Merge pull request scikit-learn#6391 from yenchenlin1994/remove-redundant-assignment-in-test-locally-linear
[MRG] Remove redundant assignment of variable in test_locally_linear.py
2 parents 1b27536 + faa63df commit 234e4ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sklearn/manifold/tests/test_locally_linear.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ def test_lle_simple_grid():
3939
# note: ARPACK is numerically unstable, so this test will fail for
4040
# some random seeds. We choose 2 because the tests pass.
4141
rng = np.random.RandomState(2)
42-
tol = 0.1
4342

4443
# grid of equidistant points in 2D, n_components = n_dim
4544
X = np.array(list(product(range(5), repeat=2)))

0 commit comments

Comments
 (0)