Skip to content

Commit

Permalink
Update fmriprep/utils/transforms.py
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies authored Nov 3, 2023
1 parent f18b343 commit 2fd3012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmriprep/utils/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def load_transforms(xfm_paths: list[Path], inverse: list[bool]) -> nt.base.Trans
]) # fmt:skip


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

0 comments on commit 2fd3012

Please sign in to comment.