Skip to content

Commit 4554ce8

Browse files
committed
Set redirect_x in mesh interfaces
1 parent 3637201 commit 4554ce8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nipype/algorithms/mesh.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ class ComputeMeshWarp(BaseInterface):
7878

7979
input_spec = ComputeMeshWarpInputSpec
8080
output_spec = ComputeMeshWarpOutputSpec
81+
_redirect_x = True
8182

8283
def _triangle_area(self, A, B, C):
8384
A = np.array(A)
@@ -221,6 +222,7 @@ class MeshWarpMaths(BaseInterface):
221222

222223
input_spec = MeshWarpMathsInputSpec
223224
output_spec = MeshWarpMathsOutputSpec
225+
_redirect_x = True
224226

225227
def _run_interface(self, runtime):
226228
try:

0 commit comments

Comments
 (0)