Skip to content

Commit 2c42ebd

Browse files
committed
Replace resource_filename with load_data.
1 parent f5bc373 commit 2c42ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabies/workflows/bold/alignment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def init_subcortical_mni_alignment_wf(*, vol_sigma=0.8, name="subcortical_mni_al
141141
)
142142

143143
# reuse saved atlas to atlas transform
144-
atlas_xfm = resource_filename("nibabies", "data/MNIInfant_to_MNI1526NLinAsym.mat")
144+
atlas_xfm = load_data("MNIInfant_to_MNI1526NLinAsym.mat")
145145
inputnode = pe.Node(
146146
niu.IdentityInterface(fields=["MNIInfant_bold", "MNIInfant_rois", "MNI152_rois"]),
147147
name="inputnode",

0 commit comments

Comments
 (0)