Skip to content

Commit f077844

Browse files
authored
Merge pull request #18 from tclose/mrconvert-type-change
changed the type of coord so it can work with new Pydra typing
2 parents 8598b01 + 5ca07d7 commit f077844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydra/tasks/mrtrix3/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
(
3636
"coord",
3737
attr.ib(
38-
type=ty.List[float],
38+
type=ty.Tuple[int, ty.Union[int, str]],
3939
metadata={
4040
"sep": " ",
4141
"argstr": "-coord",

0 commit comments

Comments
 (0)