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 96e829f commit 29f706dCopy full SHA for 29f706d
niworkflows/interfaces/gradunwarp.py
@@ -36,7 +36,7 @@
36
has_gradunwarp = False
37
38
39
-class _GradUnwarpInputSpec(BaseInterfaceInputSpec):
+class _GradUnwarpInputSpec(TraitedSpec):
40
infile = File(exists=True, mandatory=True, desc="input image to be corrected")
41
gradfile = File(exists=True, default=None, desc="gradient file")
42
coeffile = File(exists=True, default=None, desc="coefficients file")
0 commit comments