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
b635dfa1
Commit
b635dfa1
authored
Jun 23, 2021
by
Paul McCarthy
🚵
Browse files
RF: Remove hard-coded -v from fast wrapper
parent
9dceb5d0
Changes
1
Show whitespace changes
Inline
Side-by-side
fsl/wrappers/fast.py
View file @
b635dfa1
...
...
@@ -50,7 +50,7 @@ def fast(imgs, out='fast', **kwargs):
'n_classes'
:
'class'
,
}
cmd
=
[
'fast'
,
'-v'
,
'--out=%s'
%
out
]
cmd
=
[
'fast'
,
'--out=%s'
%
out
]
cmd
+=
wutils
.
applyArgStyle
(
'--='
,
valmap
=
valmap
,
argmap
=
argmap
,
...
...
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