8000 Fix PEP8 error for #10042 · scikit-learn/scikit-learn@8f958e9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8f958e9

Browse files
Fix PEP8 error for #10042
1 parent c3980bc commit 8f958e9

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
@@ -400,7 +400,6 @@ def test_pca_validation():
400400
PCA(n_components, svd_solver=solver).fit, data)
401401

402402

403-
404403
def test_n_components_none():
405404
# Ensures that n_components == None is handled correctly
406405
X = iris.data

0 commit comments

Comments
 (0)
0