Skip to content

Commit b71b654

Browse files
committed
Update pydra version and re run the converter
1 parent 495f97a commit b71b654

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pydra/tasks/fsl/utils/filterregressor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class FilterRegressor(ShellCommandTask):
8383
>>> task.inputs.filter_columns = "1,2,3"
8484
>>> task.inputs.out_file = "test_filtered.nii.gz"
8585
>>> task.cmdline
86-
'fsl_regfilt -i test.nii.gz -o test_filtered.nii.gz -d design -f '1,2,3''
86+
'fsl_regfilt -i test.nii.gz -o test_filtered.nii.gz -d design -f 1,2,3'
8787
"""
8888

8989
input_spec = FilterRegressor_input_spec

specs/fsl_utils_param.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ FilterRegressor:
112112
design_file: design
113113
filter_columns: 1,2,3
114114
out_file: test_filtered.nii.gz
115-
cmdline: fsl_regfilt -i test.nii.gz -o test_filtered.nii.gz -d design -f '1,2,3'
115+
cmdline: fsl_regfilt -i test.nii.gz -o test_filtered.nii.gz -d design -f 1,2,3
116116
tests_inputs:
117117
-
118118
tests_outputs:

0 commit comments

Comments
 (0)