We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--sloppy
--debug
1 parent 22125d7 commit 807928aCopy full SHA for 807928a
nibabies/workflows/base.py
@@ -480,7 +480,8 @@ def init_single_subject_wf(subject_id):
480
from sdcflows import fieldmaps as fm
481
482
fmap_wf = init_fmap_preproc_wf(
483
- debug=bool(config.execution.debug), # TODO: Add debug option for fieldmaps
+ sloppy=bool(config.execution.sloppy),
484
+ debug=config.execution.debug in ("all", "fieldmaps"),
485
estimators=fmap_estimators,
486
omp_nthreads=config.nipype.omp_nthreads,
487
output_dir=nibabies_dir,
0 commit comments