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 d066344 commit 929226aCopy full SHA for 929226a
nipype/algorithms/tests/test_confounds.py
@@ -28,7 +28,7 @@ def test_fd():
28
29
with open(res.outputs.out_file) as all_lines:
30
for line in all_lines:
31
- yield assert_in, 'framewise_displacement', line
+ yield assert_in, 'FramewiseDisplacement', line
32
break
33
34
yield assert_true, np.allclose(ground_truth, np.loadtxt(res.outputs.out_file), atol=.16)
0 commit comments