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.
1 parent ab2ebb6 commit 5e69e7aCopy full SHA for 5e69e7a
nipype/interfaces/spm/base.py
@@ -604,5 +604,5 @@ def __init__(self, value=NoDefaultSpecified, exists=False,
604
pathlike=False, resolve=False, **metadata):
605
"""Create an ImageFileSPM trait."""
606
super(ImageFileSPM, self).__init__(
607
- value=value, exists=exists, types=['nifti1', 'nifti2'],
+ value=value, exists=exists, types=['nifti1', 'nifti2'], allow_compressed=False,
608
pathlike=pathlike, resolve=resolve, **metadata)
0 commit comments