Skip to content

Commit f7aa833

Browse files
authored
WIP: Remove the empty output spec for FNIRT
1 parent 8c139bf commit f7aa833

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pydra/tasks/fsl/preprocess/fnirt.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -357,13 +357,7 @@
357357
]
358358
FNIRT_input_spec = specs.SpecInfo(name="Input", fields=input_fields, bases=(specs.ShellSpec,))
359359

360-
output_fields = []
361-
FNIRT_output_spec = specs.SpecInfo(
362-
name="Output", fields=output_fields, bases=(specs.ShellOutSpec,)
363-
)
364-
365360

366361
class FNIRT(ShellCommandTask):
367362
input_spec = FNIRT_input_spec
368-
output_spec = FNIRT_output_spec
369363
executable = "fnirt"

0 commit comments

Comments
 (0)