Skip to content

Commit

Permalink
[1KB2] Correction for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
elodiegermani1 committed Jul 21, 2023
1 parent ced9205 commit 004859c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions narps_open/pipelines/team_1KB2.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@ class PipelineTeam1KB2(Pipeline):
""" A class that defines the pipeline of team 1KB2 """

def __init__(self):
# [INFO] Remove the init method completely if unused
# [TODO] Init the attributes of the pipeline, if any other than the ones defined
# in the pipeline class
pass
super().__init__()
self.team_id = '1KB2'
self.contrast_list = ['0001', '0002', '0003', '0004']

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

0 comments on commit 004859c

Please sign in to comment.