Skip to content

Commit 6bbc559

Browse files
committed
fix: deprecated interfaces
1 parent 5ec6afa commit 6bbc559

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nipype/interfaces/fsl/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
from .dti import (BEDPOSTX, XFibres, DTIFit,
2626
ProbTrackX, ProbTrackX2,
2727
VecReg, ProjThresh, FindTheBiggest, DistanceMap,
28-
TractSkeleton, MakeDyadicVectors, BEDPOSTX5, XFibres5,
29-
BEDPOSTX4, XFibres4)
28+
TractSkeleton, MakeDyadicVectors, BEDPOSTX5, XFibres5)
3029
from .maths import (ChangeDataType, Threshold, MeanImage, ApplyMask,
3130
IsotropicSmooth, TemporalFilter, DilateImage, ErodeImage,
3231
SpatialFilter, UnaryMaths, BinaryMaths, MultiImageMaths)

0 commit comments

Comments
 (0)