Skip to content

Commit

Permalink
Update test_cli_run.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Jan 13, 2025
1 parent 1e5a58e commit 0fc32f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qsiprep/tests/test_cli_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ def gen_layout(bids_dir, database_dir=None):
('longitudinal', long, 'sessionwise', [['01', ['01']], ['01', ['02']]]),
('longitudinal', long, 'unbiased', [['01', ['01', '02']]]),
('longitudinal', long, 'first', [['01', ['01', '02']]]),
('longitudinal2', long2, 'sessionwise', [['01', ['01']], ['01', ['02']]]),
('longitudinal2', long2, 'unbiased', [['01', ['01', '02']]]),
('longitudinal2', long2, 'first', [['01', ['01', '02']]]),
('longitudinal2', long2, 'sessionwise', [['01', ['diffonly']], ['01', ['full']]]),
('longitudinal2', long2, 'unbiased', [['01', ['diffonly', 'full']]]),
('longitudinal2', long2, 'first', [['01', ['diffonly', 'full']]]),
],
)
def test_processing_list(tmpdir, name, skeleton, reference, expected):
Expand Down

0 comments on commit 0fc32f5

Please sign in to comment.