Skip to content

Commit

Permalink
improve some doc strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Jun 20, 2022
1 parent 3e8a248 commit dc4be7a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/lib/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ def directories(team_ID: str) -> dict:
def raw_data_template() -> dict:
"""
Returns:
dict: dictionary of directories to pass to the SelectFiles nipype interface
dict: dictionary of filename templates for the raw dataset
to pass to the SelectFiles nipype interface
"""

task = "MGT"
Expand Down Expand Up @@ -180,7 +181,8 @@ def raw_data_template() -> dict:
def fmriprep_data_template() -> dict:
"""
Returns:
dict: dictionary of directories to pass to the SelectFiles nipype interface
dict: dictionary of filename templates for the fmriprep dataset
to pass to the SelectFiles nipype interface
"""

task = "MGT"
Expand Down

0 comments on commit dc4be7a

Please sign in to comment.