Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Jun 5, 2024
1 parent 3044816 commit 7e050c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qsiprep/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def test_mrtrix_singleshell_ss3t_act(data_dir, output_dir, working_dir):
f"-w={work_dir}",
f"--recon-input={dataset_dir}",
"--sloppy",
"--recon-spec mrtrix_singleshell_ss3t_ACT-fast",
"--recon-spec=mrtrix_singleshell_ss3t_ACT-fast",
"--recon-only",
"--output-resolution=5",
]
Expand Down Expand Up @@ -95,7 +95,7 @@ def test_mrtrix_singleshell_ss3t_noact(data_dir, output_dir, working_dir):
f"-w={work_dir}",
f"--recon-input={dataset_dir}",
"--sloppy",
"--recon-spec mrtrix_singleshell_ss3t_noACT",
"--recon-spec=mrtrix_singleshell_ss3t_noACT",
"--recon-only",
"--output-resolution=5",
]
Expand Down

0 comments on commit 7e050c3

Please sign in to comment.