Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
fslpy
Commits
bc957ea0
Commit
bc957ea0
authored
Jun 28, 2022
by
Michiel Cottaar
Browse files
Fixed starting version number
parent
742a2dbc
Changes
1
Hide whitespace changes
Inline
Side-by-side
fsl/wrappers/eddy.py
View file @
bc957ea0
...
...
@@ -65,7 +65,7 @@ def eddy(imain, mask, index, acqp, bvecs, bvals, out, **kwargs):
return
cmd
@
deprecated
(
"3.1
1
"
,
"4.0"
,
"eddy_cuda has been deprecated in favour of eddy, which will call the appropriate GPU or CPU version of eddy automatically."
)
@
deprecated
(
"3.1
0
"
,
"4.0"
,
"eddy_cuda has been deprecated in favour of eddy, which will call the appropriate GPU or CPU version of eddy automatically."
)
def
eddy_cuda
(
*
args
,
**
kwargs
):
eddy
(
*
args
,
**
kwargs
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment