Skip to content

Commit 26a5dd7

Browse files
author
dengemann
committed
FIX typo 2
1 parent 686fc3a commit 26a5dd7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sklearn/decomposition/tests/test_pca.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,6 @@ def test_probabilistic_pca_4():
408408
for k in range(p):
409409
ppca = assert_warns(DeprecationWarning, ProbabilisticPCA,
410410
n_components=k)
411-
ppca = ProbabilisticPCA(n_components=k)
412411
ppca.fit(Xl)
413412
ll[k] = ppca.score(Xt).mean()
414413

0 commit comments

Comments
 (0)