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 Nov 9, 2023
1 parent 0e6d7f8 commit 4a968a0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions aslprep/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ def test_examples_pcasl_multipld(data_dir, output_dir, working_dir):
"--output-spaces=asl",
"--scorescrub",
"--basil",
"--use-syn-sdc",
"--m0_scale=10",
"--fs-no-reconall",
f"--anat-derivatives={os.path.join(dataset_dir, 'derivatives/smriprep')}",
Expand Down Expand Up @@ -115,7 +114,6 @@ def test_examples_pcasl_singlepld_ge(data_dir, output_dir, working_dir):
"--output-spaces=asl",
"--scorescrub",
"--basil",
"--use-syn-sdc",
"--m0_scale=96",
"--fs-no-reconall",
f"--anat-derivatives={os.path.join(dataset_dir, 'derivatives/smriprep')}",
Expand Down Expand Up @@ -152,7 +150,6 @@ def test_examples_pcasl_singlepld_philips(data_dir, output_dir, working_dir):
"--output-spaces=asl",
"--scorescrub",
"--basil",
"--use-syn-sdc",
"--fs-no-reconall",
f"--anat-derivatives={os.path.join(dataset_dir, 'derivatives/smriprep')}",
]
Expand Down

0 comments on commit 4a968a0

Please sign in to comment.