WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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

nipype/interfaces/mrtrix3/utils.py

Lines changed: 1 addition & 1 deletion
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)