File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -83,15 +83,16 @@ def test_run_4d_realign_without_arguments(self):
83
83
84
84
self .assertEqual (stderr .getvalue (),
85
85
"""usage: nipype_cmd nipype.interfaces.nipy FmriRealign4d [-h]
86
- [--between_loops BETWEEN_LOOPS]
86
+ [--between_loops [ BETWEEN_LOOPS [BETWEEN_LOOPS ...]] ]
87
87
[--ignore_exception IGNORE_EXCEPTION]
88
- [--loops LOOPS]
88
+ [--loops [ LOOPS [LOOPS ...]] ]
89
89
[--slice_order SLICE_ORDER]
90
- [--speedup SPEEDUP]
90
+ [--speedup [ SPEEDUP [SPEEDUP ...]] ]
91
91
[--start START]
92
92
[--time_interp TIME_INTERP]
93
93
[--tr_slices TR_SLICES]
94
- in_file tr
94
+ [in_file [in_file ...]]
95
+ tr
95
96
nipype_cmd nipype.interfaces.nipy FmriRealign4d: error: too few arguments
96
97
""" )
97
98
self .assertEqual (stdout .getvalue (), '' )
You can’t perform that action at this time.
0 commit comments