Skip to content

Commit

Permalink
Changing unit test for O6R6
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Apr 29, 2024
1 parent df6f837 commit 366aa02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/pipelines/test_team_O6R6.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ def test_outputs():

# 1 - 1 subject outputs
pipeline.subject_list = ['001']
helpers.test_pipeline_outputs(pipeline, [0, 2*1*4*4, 2*4*1 + 2*1, 8*4*2 + 4*4, 18])
helpers.test_pipeline_outputs(pipeline, [0, 2*1*4*4, 2*4*1 + 2*1, 6*2*2 + 3*2, 18])

# 2 - 4 subjects outputs
pipeline.subject_list = ['001', '002', '003', '004']
helpers.test_pipeline_outputs(pipeline, [0, 2*4*4*4, 2*4*4 + 2*4, 8*4*2 + 4*4, 18])
helpers.test_pipeline_outputs(pipeline, [0, 2*4*4*4, 2*4*4 + 2*4, 6*2*2 + 3*2, 18])

@staticmethod
@mark.unit_test
Expand Down

0 comments on commit 366aa02

Please sign in to comment.