Skip to content

Commit 5e7b035

Browse files
committed
[skip tests][skip ds005][skip ds054][skip ds210] fix workflows.rst
1 parent f222254 commit 5e7b035

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/workflows.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ is presented below:
1919
:simple_form: yes
2020

2121
from fmriprep.workflows.base import init_single_subject_wf
22+
from collections import namedtuple
23+
BIDSLayout = namedtuple('BIDSLayout', ['root'], defaults='.')
2224
wf = init_single_subject_wf(
25+
layout=BIDSLayout(),
2326
subject_id='test',
2427
name='single_subject_wf',
2528
task_id='',
@@ -30,7 +33,6 @@ is presented below:
3033
freesurfer=True,
3134
reportlets_dir='.',
3235
output_dir='.',
33-
bids_dir='.',
3436
skull_strip_template='OASIS30ANTs',
3537
skull_strip_fixed_seed=False,
3638
template='MNI152NLin2009cAsym',

0 commit comments

Comments
 (0)