Skip to content

Commit 112ffc3

Browse files
committed
fixing test_confounds.py after rebasing
1 parent 5e99536 commit 112ffc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nipype/algorithms/tests/test_confounds.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ def test_fd(tmpdir):
2727

2828
with open(res.outputs.out_file) as all_lines:
2929
for line in all_lines:
30+
assert 'FramewiseDisplacement' in line
31+
break
3032

3133
assert np.allclose(ground_truth, np.loadtxt(res.outputs.out_file, skiprows=1), atol=.16)
3234
assert np.abs(ground_truth.mean() - res.outputs.fd_average) < 1e-2

0 commit comments

Comments
 (0)