Skip to content

Commit

Permalink
Minor documentation issues (#2585)
Browse files Browse the repository at this point in the history
  • Loading branch information
KamalakerDadi committed Oct 23, 2020
1 parent 75b5bf3 commit 18d036e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions nilearn/decomposition/base.py
Expand Up @@ -359,8 +359,7 @@ def fit(self, imgs, y=None, confounds=None):
Data on which the mask is calculated. If this is a list,
the affine is considered the same for all.
confounds : list of CSV file paths or numpy.ndarrys
or pandas DataFrames, optional,
confounds : list of CSV file paths or numpy.ndarrays or pandas DataFrames, optional,
This parameter is passed to nilearn.signal.clean. Please see the
related documentation for details. Should match with the list
of imgs given.
Expand Down Expand Up @@ -429,8 +428,7 @@ def transform(self, imgs, confounds=None):
See http://nilearn.github.io/manipulating_images/input_output.html
Data to be projected
confounds: CSV file path or numpy.ndarray or pandas DataFrame,
optional,
confounds: CSV file path or numpy.ndarray or pandas DataFrame, optional,
This parameter is passed to nilearn.signal.clean. Please see the
related documentation for details
Expand Down Expand Up @@ -507,8 +505,7 @@ def score(self, imgs, confounds=None, per_component=False):
See http://nilearn.github.io/manipulating_images/input_output.html
Data to be scored
confounds: CSV file path or numpy.ndarray or pandas DataFrame,
optional,
confounds: CSV file path or numpy.ndarray or pandas DataFrame, optional,
This parameter is passed to nilearn.signal.clean. Please see the
related documentation for details
Expand Down

0 comments on commit 18d036e

Please sign in to comment.