Skip to content

Commit

Permalink
[TEST] stop using 08MQ in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Oct 13, 2023
1 parent 04d835e commit 7525309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion narps_open/pipelines/team_08MQ.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def get_preprocessing(self):
#(, alignment_csf, [('', 'ref_file')]),

# Outputs of preprocessing
(motion_correction, datasink, [('par_file', 'preprocessing.@par_file')])
(motion_correction, data_sink, [('par_file', 'preprocessing.@par_file')])
])

return preprocessing
Expand Down
2 changes: 1 addition & 1 deletion tests/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def test_create():

# 3 - Instantiate a runner with a not implemented team id
with raises(NotImplementedError):
PipelineRunner('08MQ')
PipelineRunner('1K0E')

# 4 - Instantiate a runner with an implemented team id
runner = PipelineRunner('2T6S')
Expand Down

0 comments on commit 7525309

Please sign in to comment.