Skip to content

Commit

Permalink
Merge pull request #201 from celprov/fix/ignore-fieldmap
Browse files Browse the repository at this point in the history
FIX: fix typo that prevented to ignore fieldmaps
  • Loading branch information
oesteban authored Nov 27, 2023
2 parents c012e72 + 60576fa commit 8465bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dmriprep/workflows/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def init_single_subject_wf(subject_id):

# SDC Step 0: Determine whether fieldmaps can/should be estimated
fmap_estimators = None
if "fieldmap" not in config.workflow.ignore:
if "fieldmaps" not in config.workflow.ignore:
from sdcflows import fieldmaps as fm
from sdcflows.utils.wrangler import find_estimators
from sdcflows.workflows.base import init_fmap_preproc_wf
Expand Down

0 comments on commit 8465bb2

Please sign in to comment.