Skip to content

Commit

Permalink
FIX, DOC: docstring corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-huberty committed Oct 28, 2023
1 parent 54cfe2a commit 95b890b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pylossless/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -1103,11 +1103,12 @@ def make_cleaned_raw(self, rejection_config_path, return_ica=False):
Parameters
----------
rejection_config : RejectionConfig
An instance of :class:`~pylossless.RejectionPolicy`, that specifies how to
clean apply the pipeline flags and clean the data
rejection_config_path : pathlib.Path
A a path to a saved instance of :class:`~pylossless.RejectionPolicy` in
YAML format, that specifies how to clean apply the pipeline flags and clean
the data.
return_ica : bool
Whether to return the :class:``~mne.preprocessing.ICA`` object that was
Whether to return the :class:`~mne.preprocessing.ICA` object that was
used to clean the data. Defaults to False.
Returns
Expand Down

0 comments on commit 95b890b

Please sign in to comment.