Skip to content

Commit

Permalink
Update test_cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Oct 9, 2023
1 parent 3d9df11 commit 97ab6e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions xcp_d/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def test_ds001419_nifti(data_dir, output_dir, working_dir):
parameters=parameters,
data_dir=data_dir,
out_dir=out_dir,
input_type="fmriprep",
input_type="nifti",
)


Expand Down Expand Up @@ -107,7 +107,7 @@ def test_ds001419_cifti(data_dir, output_dir, working_dir):
parameters=parameters,
data_dir=data_dir,
out_dir=out_dir,
input_type="fmriprep",
input_type="cifti",
)


Expand Down Expand Up @@ -152,7 +152,7 @@ def test_pnc_nifti(data_dir, output_dir, working_dir):
parameters=parameters,
data_dir=data_dir,
out_dir=out_dir,
input_type="fmriprep",
input_type="nifti",
)


Expand Down Expand Up @@ -197,7 +197,7 @@ def test_pnc_cifti(data_dir, output_dir, working_dir):
parameters=parameters,
data_dir=data_dir,
out_dir=out_dir,
input_type="fmriprep",
input_type="cifti",
)


Expand Down Expand Up @@ -265,7 +265,7 @@ def test_pnc_cifti_t2wonly(data_dir, output_dir, working_dir):
parameters=parameters,
data_dir=data_dir,
out_dir=out_dir,
input_type="fmriprep",
input_type="cifti",
)


Expand Down

0 comments on commit 97ab6e4

Please sign in to comment.