Skip to content

Commit

Permalink
[REPRO] Code spell corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
elodiegermani1 committed Dec 14, 2023
1 parent acb2cbd commit 254b622
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions narps_open/pipelines/team_43FJ_debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __init__(self):
self.contrast_list = ['0001', '0002', '0003', '0004']

def get_preprocessing(self):
""" Return a Nipype worflow describing the prerpocessing part of the pipeline """
""" Return a Nipype workflow describing the prepocessing part of the pipeline """

# [INFO] The following part stays the same for all preprocessing pipelines

Expand Down Expand Up @@ -494,7 +494,7 @@ def get_run_level_analysis(self):
return l1_analysis

def get_registration(self):
""" Return a Nipype worflow describing the registration part of the pipeline """
""" Return a Nipype workflow describing the registration part of the pipeline """

# Infosource Node - To iterate on subjects
info_source = Node(
Expand Down Expand Up @@ -612,7 +612,7 @@ def get_registration(self):


def get_subject_level_analysis(self):
""" Return a Nipype worflow describing the subject level analysis part of the pipeline """
""" Return a Nipype workflow describing the subject level analysis part of the pipeline """

# [INFO] The following part stays the same for all pipelines

Expand Down Expand Up @@ -962,7 +962,7 @@ def get_group_level_analysis_sub_workflow(self, method):
# - the name of the variable in which you store the Node object
# - the 'name' attribute of the Node
# [TODO] The node_function refers to a NiPype interface that you must import
# at the begining of the file.
# at the beginning of the file.
merge_copes = Node(
Merge(dimension = 't'),
name = 'merge_copes'
Expand Down Expand Up @@ -1045,7 +1045,7 @@ def get_group_level_analysis_sub_workflow(self, method):



# [INFO] Here whe define the contrasts used for the group level analysis, depending on the
# [INFO] Here we define the contrasts used for the group level analysis, depending on the
# method used.
if method in ('equalRange', 'equalIndifference'):
contrasts = [('Group', 'T', ['mean'], [1]), ('Group', 'T', ['mean'], [-1])]
Expand Down

0 comments on commit 254b622

Please sign in to comment.