Skip to content

Commit 40aa656

Browse files
committed
added test
1 parent 658d6de commit 40aa656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/fsl/tests/test_Level1Design_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def test_level1design():
1313
do_tempfilter = False
1414
orthogonalization = {}
1515
ev_parameters = {"temporalderiv":False}
16-
for key, val in [('hrf', 3), ('dgamma', 3), ('gamma', 2), ('none', 0)]:
16+
for key, val in [('custom', 7), ('hrf', 3), ('dgamma', 3), ('gamma', 2), ('none', 0)]:
1717
output_num, output_txt = Level1Design._create_ev_files(l, os.getcwd(),
1818
runinfo, runidx,
1919
ev_parameters,

0 commit comments

Comments
 (0)