Skip to content

Commit

Permalink
FIX: Import init_bold_wf
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Oct 13, 2023
1 parent b0e3445 commit db2a963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmriprep/workflows/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def init_single_subject_wf(subject_id: str):
from niworkflows.utils.spaces import Reference
from smriprep.workflows.anatomical import init_anat_fit_wf

from fmriprep.workflows.bold.fit import init_bold_fit_wf, init_bold_native_wf
from fmriprep.workflows.bold.base import init_bold_wf

workflow = Workflow(name=f'sub_{subject_id}_wf')
workflow.__desc__ = """
Expand Down

0 comments on commit db2a963

Please sign in to comment.