Skip to content

Commit 8bf5af2

Browse files
authored
coord for mrconvert
mrconvert crashes if -coord is float
1 parent 7080ef9 commit 8bf5af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: nipype/interfaces/mrtrix3/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ class MRConvertInputSpec(MRTrix3BaseInputSpec):
560560
desc="output image",
561561
)
562562
coord = traits.List(
563-
traits.Float,
563+
traits.Int,
564564
sep=" ",
565565
argstr="-coord %s",
566566
desc="extract data at the specified coordinates",

0 commit comments

Comments
 (0)