Skip to content

Commit 2fd3012

Browse files
authored
Update fmriprep/utils/transforms.py
1 parent f18b343 commit 2fd3012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/utils/transforms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def load_transforms(xfm_paths: list[Path], inverse: list[bool]) -> nt.base.Trans
4747
]) # fmt:skip
4848

4949

50-
def load_ants_h5(filename: Path) -> nt.TransformChain:
50+
def load_ants_h5(filename: Path) -> nt.base.TransformBase:
5151
"""Load ANTs H5 files as a nitransforms TransformChain"""
5252
# Borrowed from https://github.com/feilong/process
5353
# process.resample.parse_combined_hdf5()

0 commit comments

Comments
 (0)