We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05a0db8 + 437dbea commit ee618e3Copy full SHA for ee618e3
fmriprep/workflows/base.py
@@ -373,7 +373,9 @@ def init_single_subject_wf(subject_id: str):
373
select_MNI2009c_xfm = None
374
if config.workflow.level == 'full':
375
if spaces.cached.get_spaces(nonstandard=False, dim=(3,)):
376
- template_iterator_wf = init_template_iterator_wf(spaces=spaces)
+ template_iterator_wf = init_template_iterator_wf(
377
+ spaces=spaces, sloppy=config.execution.sloppy
378
+ )
379
ds_std_volumes_wf = init_ds_anat_volumes_wf(
380
bids_root=bids_root,
381
output_dir=fmriprep_dir,
0 commit comments