We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c7e452 commit 58778a7Copy full SHA for 58778a7
nipype/algorithms/misc.py
@@ -825,7 +825,7 @@ class AddCSVRow(BaseInterface):
825
>>> addrow.inputs.in_file = 'scores.csv'
826
>>> addrow.inputs.si = 0.74
827
>>> addrow.inputs.di = 0.93
828
- >>> addrow.subject_id = 'S400'
+ >>> addrow.inputs.subject_id = 'S400'
829
>>> addrow.inputs.list_of_values = [ 0.4, 0.7, 0.3 ]
830
>>> addrow.run() # doctest: +SKIP
831
"""
0 commit comments