Skip to content

Commit 8465bb2

Browse files
authored
Merge pull request #201 from celprov/fix/ignore-fieldmap
FIX: fix typo that prevented to ignore fieldmaps
2 parents c012e72 + 60576fa commit 8465bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dmriprep/workflows/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ def init_single_subject_wf(subject_id):
326326

327327
# SDC Step 0: Determine whether fieldmaps can/should be estimated
328328
fmap_estimators = None
329-
if "fieldmap" not in config.workflow.ignore:
329+
if "fieldmaps" not in config.workflow.ignore:
330330
from sdcflows import fieldmaps as fm
331331
from sdcflows.utils.wrangler import find_estimators
332332
from sdcflows.workflows.base import init_fmap_preproc_wf

0 commit comments

Comments
 (0)