Skip to content

Commit

Permalink
FIX typo 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dengemann committed Nov 29, 2013
1 parent 686fc3a commit 26a5dd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sklearn/decomposition/tests/test_pca.py
Expand Up @@ -408,7 +408,6 @@ def test_probabilistic_pca_4():
for k in range(p):
ppca = assert_warns(DeprecationWarning, ProbabilisticPCA,
n_components=k)
ppca = ProbabilisticPCA(n_components=k)
ppca.fit(Xl)
ll[k] = ppca.score(Xt).mean()

Expand Down

0 comments on commit 26a5dd7

Please sign in to comment.