Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c752837

Browse files
Correct grammar in comment
1 parent 5996d43 commit c752837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/decomposition/tests/test_incremental_pca.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def test_incremental_pca_validation():
139139
):
140140
IncrementalPCA(n_components, batch_size=10).fit(X)
141141

142-
# Tests that n_components is also <= n_samples in first call to partial fit
142+
# Test that n_components is also <= n_samples in first call to partial fit.
143143
n_components = 3
144144
with pytest.raises(
145145
ValueError,

0 commit comments

Comments
 (0)