Skip to content

Commit

Permalink
[TEST] 4TQ6
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Apr 18, 2024
1 parent 9394b53 commit 01c7ebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/pipelines/test_team_4TQ6.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ def test_outputs():

# 1 - 1 subject outputs
pipeline.subject_list = ['001']
helpers.test_pipeline_outputs(pipeline, [0, 4*1*2*4, 4*2*1 + 2*1, 8*4*2 + 4*4, 18])
helpers.test_pipeline_outputs(pipeline, [0, 4*1*2*4, 4*2*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, 4*4*2*4, 4*2*4 + 2*4, 8*4*2 + 4*4, 18])
helpers.test_pipeline_outputs(pipeline, [0, 4*4*2*4, 4*2*4 + 2*4, 6*2*2 + 3*2, 18])

@staticmethod
@mark.unit_test
Expand Down

0 comments on commit 01c7ebd

Please sign in to comment.