Skip to content

Commit 2a9d47e

Browse files
committed
update
1 parent 58748dd commit 2a9d47e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sklearn/decomposition/tests/test_pca.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,6 @@ def test_pca_score4():
544544
pca3 = PCA(n_components=30, svd_solver='randomized', random_state=0)
545545
pca3.fit(X_digits)
546546
score3 = pca3.score(X_digits)
547-
548547
assert_almost_equal(score1, score2, 12)
549548
assert_almost_equal(score1, score3, 2)
550549

0 commit comments

Comments
 (0)