We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a7837c + 4362809 commit d8ba317Copy full SHA for d8ba317
nipype/interfaces/fsl/maths.py
@@ -41,7 +41,7 @@ class MathsInput(FSLCommandInputSpec):
41
42
class MathsOutput(TraitedSpec):
43
44
- out_file = File(exists=True, desc="image written after calculations")
+ out_file = File(desc="image written after calculations")
45
46
47
class MathsCommand(FSLCommand):
0 commit comments