Skip to content

Commit

Permalink
Remove unused workflow parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo authored and effigies committed Jun 4, 2024
1 parent fcfb78d commit 5e10ae6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion fmriprep/workflows/bold/fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,6 @@ def init_bold_fit_wf(
name='ds_coreg_boldref_wf',
)
ds_boldmask_wf = init_ds_boldmask_wf(
bids_root=layout.root,
output_dir=config.execution.fmriprep_dir,
desc='brain',
name='ds_boldmask_wf',
Expand Down
1 change: 0 additions & 1 deletion fmriprep/workflows/bold/outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,6 @@ def init_ds_boldref_wf(

def init_ds_boldmask_wf(
*,
bids_root,
output_dir,
desc: str,
name='ds_boldmask_wf',
Expand Down

0 comments on commit 5e10ae6

Please sign in to comment.