Skip to content

Commit 5571a35

Browse files
committed
FIX: undefined variable
1 parent a746633 commit 5571a35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/interfaces/dipy/reconstruction.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ def _run_interface(self, runtime):
211211
from dipy.reconst.csdeconv import recursive_response, auto_response
212212

213213
img = nb.load(self.inputs.in_file)
214+
imref = nb.four_to_three(img)[0]
214215
affine = img.get_affine()
215216

216217
if isdefined(self.inputs.in_mask):

0 commit comments

Comments
 (0)