Skip to content

Commit fc0c39e

Browse files
authored
Merge pull request #525 from joey-scanga/fix/sdc_report
FIX: SDC reports show up now
2 parents 23c6af6 + 42ba39d commit fc0c39e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabies/workflows/bold/fit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ def init_bold_fit_wf(
351351

352352
func_fit_reports_wf = init_func_fit_reports_wf(
353353
reference_anat=reference_anat,
354-
sdc_correction=fieldmap_id is None,
354+
sdc_correction=fieldmap_id is not None,
355355
output_dir=config.execution.output_dir,
356356
)
357357

0 commit comments

Comments
 (0)