File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -586,10 +586,10 @@ def init_bold_fsLR_resampling_wf(
586
586
Path to BOLD series resampled as functional GIFTI files in fsLR space
587
587
588
588
"""
589
+ import smriprep .data
589
590
import templateflow .api as tf
590
591
from niworkflows .engine .workflows import LiterateWorkflow as Workflow
591
592
from niworkflows .interfaces .utility import KeySelect
592
- from smriprep import data as smriprep_data
593
593
594
594
from fmriprep .interfaces .workbench import VolumeToSurfaceMapping
595
595
@@ -663,7 +663,7 @@ def init_bold_fsLR_resampling_wf(
663
663
extension = '.surf.gii' ,
664
664
)
665
665
]
666
- atlases = smriprep_data . load_resource ('atlases' )
666
+ atlases = smriprep . data . load ('atlases' )
667
667
select_surfaces .inputs .template_roi = [
668
668
str (atlases / f'L.atlasroi.{ fslr_density } _fs_LR.shape.gii' ),
669
669
str (atlases / f'R.atlasroi.{ fslr_density } _fs_LR.shape.gii' ),
You can’t perform that action at this time.
0 commit comments