Skip to content

Commit 4c22d7f

Browse files
committed
fix(workflow): address @effigies' comment
1 parent 38378e8 commit 4c22d7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fmriprep/workflows/bold/confounds.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
def init_bold_confs_wf(
4444
mem_gb,
4545
metadata,
46+
regressors_all_comps,
47+
regressors_dvars_th,
48+
regressors_fd_th,
4649
name="bold_confs_wf",
47-
regressors_all_comps=False,
48-
regressors_dvars_th=1.5,
49-
regressors_fd_th=0.5,
5050
):
5151
"""
5252
This workflow calculates confounds for a BOLD series, and aggregates them

0 commit comments

Comments
 (0)