Skip to content

Commit e1ca942

Browse files
committed
fixed a botched merge
1 parent 8bacfb6 commit e1ca942

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nipype/algorithms/tests/test_confounds.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ def test_dvars(tmpdir):
4444
intensity_normalization=0)
4545
os.chdir(str(tmpdir))
4646
res = dvars.run()
47-
dv1 = np.loadtxt(res.outputs.out_std)
48-
assert (np.abs(dv1 - ground_truth).sum()/ len(dv1)) < 0.05
4947

5048
dv1 = np.loadtxt(res.outputs.out_all, skiprows=1)
5149
assert (np.abs(dv1[:, 0] - ground_truth[:, 0]).sum()/ len(dv1)) < 0.05

0 commit comments

Comments
 (0)