File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 41
41
warn = warnings .warn
42
42
warnings .filterwarnings ('always' , category = UserWarning )
43
43
44
- # TODO Check exit-code behaviour of minc commands.
45
-
46
- # FIXME double-check behaviour of usedefault=True on ranges with values specified, and also int traits. Don't want
47
- # command line options to be specified if the user doesn't set the value.
48
-
49
- # FIXME -filelist options accept '-' for stdin. Can we support this?
50
-
51
- # FIXME Can we check the arguments to "-range min max" to avoid min > max?
52
-
53
- # FIXME output_file(s) should be optional, in line with the Nipype convention.
54
-
55
- # FIXME check all interface .help() outputs for out_file vs output_file.
56
-
57
- # FIXME Range() produces an Int, not suitable for percentage ranges. Check
58
- # all of these.
59
-
60
- # FIXME Check that *all* genfile outputs end up in the cwd, not as a mash of the
61
- # input file.
62
-
63
- # FIXME check that ALL output_file things have genfile=True.
64
-
65
44
66
45
class ExtractInputSpec (StdOutCommandLineInputSpec ):
67
46
input_file = File (
You can’t perform that action at this time.
0 commit comments