diff --git a/mne/decoding/ssd.py b/mne/decoding/ssd.py index 64e84cdbde9..4b05cb7a4d0 100644 --- a/mne/decoding/ssd.py +++ b/mne/decoding/ssd.py @@ -177,8 +177,8 @@ def fit(self, X, y=None): The input data from which to estimate the SSD. Either 2D array obtained from continuous data or 3D array obtained from epoched data. - y : None | array, shape (n_samples,) - Used for scikit-learn compatibility. + y : None + Ignored; exists for compatibility with scikit-learn pipelines. Returns -------