Skip to content

Commit

Permalink
Make SSD fit docstring clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
tsbinns committed Jun 14, 2024
1 parent d0eff79 commit 46c9057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mne/decoding/ssd.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------
Expand Down

0 comments on commit 46c9057

Please sign in to comment.