Skip to content

Commit

Permalink
Codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Oct 3, 2023
1 parent 9b9b646 commit e513308
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions narps_open/pipelines/team_C88N.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def get_subject_level_analysis(self):
smooth = Node(Smooth(fwhm = self.fwhm),
name = 'smooth')

# Funcion node get_subject_infos - get subject specific condition information
# Function node get_subject_infos - get subject specific condition information
subject_infos_gain = Node(Function(
function = self.get_subject_infos,
input_names = ['event_files', 'modulation'],
Expand Down Expand Up @@ -420,7 +420,7 @@ def get_subset_contrasts(file_list, subject_list, participants_file):
Parameters :
- file_list : original file list selected by selectfiles node
- subject_list : list of subject IDs that are in the wanted group for the analysis
- participants_file: str, file containing participants caracteristics
- participants_file: str, file containing participants characteristics
This function return the file list containing only the files belonging to
subject in the wanted group.
Expand Down Expand Up @@ -486,7 +486,7 @@ def get_group_level_analysis_sub_workflow(self, method):
# Compute the number of participants used to do the analysis
nb_subjects = len(self.subject_list)

# Infosource - iterate over the list of constrasts
# Infosource - iterate over the list of contrasts
infosource_groupanalysis = Node(
IdentityInterface(
fields = ['model_type', 'contrast_id', 'subjects'],
Expand Down

0 comments on commit e513308

Please sign in to comment.