Skip to content

Commit

Permalink
Merge pull request #18 from tclose/mrconvert-type-change
Browse files Browse the repository at this point in the history
changed the type of coord so it can work with new Pydra typing
  • Loading branch information
tclose authored Jul 11, 2023
2 parents 8598b01 + 5ca07d7 commit f077844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydra/tasks/mrtrix3/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
(
"coord",
attr.ib(
type=ty.List[float],
type=ty.Tuple[int, ty.Union[int, str]],
metadata={
"sep": " ",
"argstr": "-coord",
Expand Down

0 comments on commit f077844

Please sign in to comment.