Skip to content

Commit bdd554e

Browse files
authored
correct stop criterion flag
1 parent 23300e9 commit bdd554e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/petpvc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class PETPVCInputSpec(CommandLineInputSpec):
5656
argstr="-a %.4f")
5757
stop_crit = traits.Float(
5858
desc="Stopping criterion", default_value=0.01, usedefault=True,
59-
argstr="-a %.4f")
59+
argstr="-s %.4f")
6060

6161

6262
class PETPVCOutputSpec(TraitedSpec):

0 commit comments

Comments
 (0)