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 f70f32d commit aed7f16Copy full SHA for aed7f16
nipype/interfaces/dipy/tests/test_auto_DTI.py
@@ -20,6 +20,7 @@ def test_DTI_inputs():
20
def test_DTI_outputs():
21
output_map = dict(
22
ad_file=dict(),
23
+ color_fa_file=dict(),
24
fa_file=dict(),
25
md_file=dict(),
26
out_file=dict(),
nipype/interfaces/fsl/tests/test_auto_DTIFit.py
@@ -65,8 +65,8 @@ def test_DTIFit_outputs():
65
V1=dict(),
66
V2=dict(),
67
V3=dict(),
68
- tensor=dict(),
69
sse=dict(),
+ tensor=dict(),
70
)
71
outputs = DTIFit.output_spec()
72
0 commit comments