Skip to content

Commit

Permalink
[DOC] Make SSD fit docstring clearer (#12664)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsbinns authored Jun 14, 2024
1 parent d0eff79 commit 4da96f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/changes/devel/12664.other.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Improved clarity of parameter documentation for `mne.decoding.SSD.fit`, by `Thomas Binns`_.
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 4da96f4

Please sign in to comment.