Skip to content

Commit e5339b2

Browse files
Remove old notes-to-self.
1 parent 71d1269 commit e5339b2

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

nipype/interfaces/minc/minc.py

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -41,27 +41,6 @@
4141
warn = warnings.warn
4242
warnings.filterwarnings('always', category=UserWarning)
4343

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-
6544

6645
class ExtractInputSpec(StdOutCommandLineInputSpec):
6746
input_file = File(

0 commit comments

Comments
 (0)