We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658d6de commit 40aa656Copy full SHA for 40aa656
nipype/interfaces/fsl/tests/test_Level1Design_functions.py
@@ -13,7 +13,7 @@ def test_level1design():
13
do_tempfilter = False
14
orthogonalization = {}
15
ev_parameters = {"temporalderiv":False}
16
- for key, val in [('hrf', 3), ('dgamma', 3), ('gamma', 2), ('none', 0)]:
+ for key, val in [('custom', 7), ('hrf', 3), ('dgamma', 3), ('gamma', 2), ('none', 0)]:
17
output_num, output_txt = Level1Design._create_ev_files(l, os.getcwd(),
18
runinfo, runidx,
19
ev_parameters,
0 commit comments