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 3588947 commit 1544a55Copy full SHA for 1544a55
dmriprep/interfaces/images.py
@@ -98,8 +98,8 @@ class MatchTransforms(SimpleInterface):
98
"""
99
Interface for mapping the `match_transforms` function across lists of inputs.
100
101
- input_spec = MatchTransformsInputSpec
102
- output_spec = MatchTransformsOutputSpec
+ input_spec = _MatchTransformsInputSpec
+ output_spec = _MatchTransformsOutputSpec
103
104
def _run_interface(self, runtime):
105
self._results["transforms"] = match_transforms(
0 commit comments