Skip to content

Commit d57a0c1

Browse files
committed
added test
1 parent 34c43e6 commit d57a0c1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import os
2+
import test_Level1Design
3+
from ...base import Undefined
4+
from ..model import Level1Design
5+
6+
def test_level1design():
7+
l = Level1Design()
8+
runinfo = dict(cond=[{'name': 'test_condition', 'onset': [0, 10], 'duration':[10, 10]}],regress=[])
9+
runidx = 0
10+
contrasts = Undefined
11+
usetd = False
12+
do_tempfilter = False
13+
return Level1Design._create_ev_files(l,os.getcwd(),runinfo,runidx,usetd,contrasts,do_tempfilter,"hrf")

0 commit comments

Comments
 (0)