Skip to content

Commit 53e2076

Browse files
committed
change fs.utils.LTAConvert to PatchedLTAConvert
1 parent f4ca9e4 commit 53e2076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/workflows/bold/resampling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
MedialNaNs,
2929
# See https://github.com/poldracklab/fmriprep/issues/768
3030
PatchedConcatenateLTA as ConcatenateLTA,
31-
PatchedLTAconvert as LTAConvert
31+
PatchedLTAConvert as LTAConvert
3232
)
3333
from ..anatomical import TEMPLATE_MAP
3434

0 commit comments

Comments
 (0)