Skip to content

Commit

Permalink
FIX: Remove recently-removed kwarg to collect_derivatives
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Sep 29, 2023
1 parent e0cd370 commit d77171f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fmriprep/workflows/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ def init_single_subject_fit_wf(subject_id: str):
derivatives_dir=deriv_dir,
subject_id=subject_id,
std_spaces=std_spaces,
freesurfer=config.workflow.run_reconall,
)
)

Expand Down Expand Up @@ -550,7 +549,6 @@ def init_single_subject_wf(subject_id: str):
derivatives_dir=deriv_dir,
subject_id=subject_id,
std_spaces=std_spaces,
freesurfer=config.workflow.run_reconall,
)
)

Expand Down

0 comments on commit d77171f

Please sign in to comment.