Skip to content

Commit

Permalink
slightly more speed?
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcieslak committed Aug 30, 2024
1 parent 90d653f commit eb2a075
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions qsiprep/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ def test_dscsdsi_fmap(data_dir, output_dir, working_dir):
f"-w={work_dir}",
"--boilerplate",
"--sloppy",
"--b0-motion-corr-to=first",
"--write-graph",
"--mem_mb=4096",
"--output-resolution=5",
Expand Down Expand Up @@ -185,6 +186,7 @@ def test_drbuddi_rpe(data_dir, output_dir, working_dir):
"--sloppy",
"--anat-modality=none",
"--denoise-method=none",
"--b0-motion-corr-to=first",
"--b1_biascorrect_stage=none",
"--pepolar-method=DRBUDDI",
f"--eddy_config={eddy_config}",
Expand Down Expand Up @@ -220,6 +222,7 @@ def test_drbuddi_shoreline_epi(data_dir, output_dir, working_dir):
"--sloppy",
"--anat-modality=none",
"--denoise-method=none",
"--b0-motion-corr-to=first",
"--b1-biascorrect-stage=none",
"--pepolar-method=DRBUDDI",
"--hmc-model=none",
Expand Down Expand Up @@ -256,6 +259,7 @@ def test_drbuddi_tensorline_epi(data_dir, output_dir, working_dir):
"--sloppy",
"--anat-modality=none",
"--denoise-method=none",
"--b0-motion-corr-to=first",
"--b1-biascorrect-stage=none",
"--pepolar-method=DRBUDDI",
"--hmc-model=tensor",
Expand Down Expand Up @@ -497,6 +501,8 @@ def test_maternal_brain_project(data_dir, output_dir, working_dir):
"participant",
f"-w={work_dir}",
"--sloppy",
"--denoise-method=none",
"--b1-biascorrect-stage=none",
"--write-graph",
"--output-resolution=5",
"--hmc-model=3dSHORE",
Expand Down Expand Up @@ -532,6 +538,8 @@ def test_forrest_gump(data_dir, output_dir, working_dir):
"participant",
f"-w={work_dir}",
"--sloppy",
"--denoise-method=none",
"--b1-biascorrect-stage=none",
"--write-graph",
"--output-resolution=5",
f"--bids-filter-file={bids_filter}",
Expand Down

0 comments on commit eb2a075

Please sign in to comment.