We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c06030 + fe4cf08 commit 89d828cCopy full SHA for 89d828c
nipype/interfaces/fsl/model.py
@@ -2245,7 +2245,7 @@ class RandomiseInputSpec(FSLCommandInputSpec):
2245
desc=("carry out Threshold-Free Cluster Enhancement with 2D " "optimisation"),
2246
argstr="--T2",
2247
)
2248
- f_only = traits.Bool(desc="calculate f-statistics only", argstr="--f_only")
+ f_only = traits.Bool(desc="calculate f-statistics only", argstr="--fonly")
2249
raw_stats_imgs = traits.Bool(
2250
desc="output raw ( unpermuted ) statistic images", argstr="-R"
2251
nipype/interfaces/fsl/tests/test_auto_Randomise.py
@@ -37,7 +37,7 @@ def test_Randomise_inputs():
37
argstr="-S %.2f",
38
),
39
f_only=dict(
40
- argstr="--f_only",
+ argstr="--fonly",
41
42
fcon=dict(
43
argstr="-f %s",
0 commit comments