Skip to content

Commit

Permalink
Changing unit test for o21U
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Apr 29, 2024
1 parent 366aa02 commit 5fb9edd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/pipelines/test_team_O21U.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ def test_confounds_file(temporary_data_dir):
""" Test the get_confounds_file method """

# Get input and reference output file
confounds_file = join(
Configuration()['directories']['test_data'], 'pipelines', 'confounds.tsv')
reference_file = join(
confounds_file = abspath(join(
Configuration()['directories']['test_data'], 'pipelines', 'confounds.tsv'))
reference_file = abspath(join(
Configuration()['directories']['test_data'],
'pipelines', 'team_O21U', 'confounds.tsv')
'pipelines', 'team_O21U', 'confounds.tsv'))

# Create new confounds file
confounds_node = Node(Function(
Expand Down

0 comments on commit 5fb9edd

Please sign in to comment.