File tree 2 files changed +0
-2
lines changed
2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -382,7 +382,6 @@ def init_single_subject_wf(subject_id):
382
382
fmap_estimators = None
383
383
if "fieldmap" not in config .workflow .ignore :
384
384
from sdcflows .utils .wrangler import find_estimators
385
- from sdcflows .workflows .base import init_fmap_preproc_wf
386
385
387
386
# SDC Step 1: Run basic heuristics to identify available data for fieldmap estimation
388
387
# For now, no fmapless
Original file line number Diff line number Diff line change @@ -449,7 +449,6 @@ def init_func_preproc_wf(bold_file, has_fieldmap=False):
449
449
# for meepi, iterate over all meepi echos to boldbuffer
450
450
boldbuffer .iterables = ('bold_file' , bold_file )
451
451
452
-
453
452
# MULTI-ECHO EPI DATA #############################################
454
453
if multiecho : # instantiate relevant interfaces, imports
455
454
from niworkflows .func .util import init_skullstrip_bold_wf
You can’t perform that action at this time.
0 commit comments