Skip to content

Commit 1544a55

Browse files
dPysoesteban
andauthored
Update dmriprep/interfaces/images.py
Co-Authored-By: Oscar Esteban <[email protected]>
1 parent 3588947 commit 1544a55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dmriprep/interfaces/images.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ class MatchTransforms(SimpleInterface):
9898
"""
9999
Interface for mapping the `match_transforms` function across lists of inputs.
100100
"""
101-
input_spec = MatchTransformsInputSpec
102-
output_spec = MatchTransformsOutputSpec
101+
input_spec = _MatchTransformsInputSpec
102+
output_spec = _MatchTransformsOutputSpec
103103

104104
def _run_interface(self, runtime):
105105
self._results["transforms"] = match_transforms(

0 commit comments

Comments
 (0)