File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
fmriprep/workflows/bold/tests Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,15 @@ def bids_root(tmp_path_factory):
3535@pytest .mark .parametrize ("fieldmap_id" , ["phasediff" , None ])
3636@pytest .mark .parametrize ("freesurfer" , [False , True ])
3737@pytest .mark .parametrize ("level" , ["minimal" , "resampling" , "full" ])
38+ @pytest .mark .parametrize ("bold2anat_init" , ["t1w" , "t2w" ])
3839def test_bold_wf (
3940 bids_root : Path ,
4041 tmp_path : Path ,
4142 task : str ,
4243 fieldmap_id : str | None ,
4344 freesurfer : bool ,
4445 level : str ,
46+ bold2anat_init : str ,
4547):
4648 """Test as many combinations of precomputed files and input
4749 configurations as possible."""
@@ -65,6 +67,7 @@ def test_bold_wf(
6567 img .to_filename (path )
6668
6769 with mock_config (bids_dir = bids_root ):
70+ config .workflow .bold2anat_init = bold2anat_init
6871 config .workflow .level = level
6972 config .workflow .run_reconall = freesurfer
7073 wf = init_bold_wf (
You can’t perform that action at this time.
0 commit comments