Skip to content

Commit 447e7f1

Browse files
committed
fix: bad copy paste.
1 parent 237eb69 commit 447e7f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nipype/algorithms/tests/test_modelgen.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ def test_modelgen_spm_concat():
9292
Bunch(conditions=['cond1', 'cond2'], onsets=[[2, 3], [2, 4]], durations=[[1, 1], [1, 1]])]
9393
s.inputs.subject_info = deepcopy(info)
9494
res = s.run()
95-
yield assert_equal, res.outputs.session_info, 1
9695
yield assert_almost_equal, np.array(res.outputs.session_info[0]['cond'][0]['duration']), np.array([1., 1.])
9796
yield assert_almost_equal, np.array(res.outputs.session_info[0]['cond'][1]['duration']), np.array([1.,])
9897
yield assert_almost_equal, np.array(res.outputs.session_info[1]['cond'][1]['duration']), np.array([1., 1.])

0 commit comments

Comments
 (0)