Skip to content

Commit bf54616

Browse files
committed
fix: workaround the mishandling of BIDS sessions by SDCFlows
The trick is just setting ``fieldmapless=False`` as that integration is still undergoing (PR will come soon). Related: nipreps/sdcflows#180.
1 parent 4930202 commit bf54616

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dmriprep/workflows/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ def init_single_subject_wf(subject_id):
313313
fmap_estimators = find_estimators(
314314
layout=config.execution.layout,
315315
subject=subject_id,
316+
fmapless=False,
316317
)
317318

318319
# Add fieldmap-less estimators

0 commit comments

Comments
 (0)