Skip to content

Commit

Permalink
Remove old API change warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Pedregosa committed Dec 21, 2011
1 parent 71599e5 commit 8f3c2c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sklearn/decomposition/fastica_.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,6 @@ def fastica(X, n_components=None, algorithm="parallel", whiten=True,
"""
# make interface compatible with other decompositions
warnings.warn("Please note: the interface of fastica has changed: "
"X is now assumed to be of shape [n_samples, n_features]")
X = array2d(X).T

algorithm_funcs = {'parallel': _ica_par,
Expand Down

0 comments on commit 8f3c2c8

Please sign in to comment.