We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8598b01 commit 5ca07d7Copy full SHA for 5ca07d7
pydra/tasks/mrtrix3/utils.py
@@ -35,7 +35,7 @@
35
(
36
"coord",
37
attr.ib(
38
- type=ty.List[float],
+ type=ty.Tuple[int, ty.Union[int, str]],
39
metadata={
40
"sep": " ",
41
"argstr": "-coord",
0 commit comments