Skip to content

Commit 929226a

Browse files
authored
fixed tests
1 parent d066344 commit 929226a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/algorithms/tests/test_confounds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def test_fd():
2828

2929
with open(res.outputs.out_file) as all_lines:
3030
for line in all_lines:
31-
yield assert_in, 'framewise_displacement', line
31+
yield assert_in, 'FramewiseDisplacement', line
3232
break
3333

3434
yield assert_true, np.allclose(ground_truth, np.loadtxt(res.outputs.out_file), atol=.16)

0 commit comments

Comments
 (0)