Skip to content

Commit e14d028

Browse files
committed
add inbuilt nipype trait names
1 parent 369524a commit e14d028

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

example-specs/task/fsl_utils_ExtractROI.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ doctest:
1212
t_size: 3
1313
roi_file: test_trim.nii.gz
1414
cmdline: fslroi test.nii.gz test_trim.nii.gz 0 3
15-
tests_inputs:
16-
- in_file: test.nii.gz
17-
t_min: 0
18-
t_size: 1
19-
tests_outputs:
20-
- roi_file
15+
tests_inputs: []
16+
# - in_file: test.nii.gz
17+
# t_min: 0
18+
# t_size: 1
19+
tests_outputs: []
20+
# - roi_file

tests/test_task.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
"trait_added",
1717
"trait_modified",
1818
"environ",
19+
"output_type",
20+
"crop_list",
1921
]
2022

2123

0 commit comments

Comments
 (0)