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 497131e commit e545b53Copy full SHA for e545b53
nipype/interfaces/afni/preprocess.py
@@ -3050,7 +3050,7 @@ class Notes(CommandLine):
3050
>>> notes.inputs.in_file = "functional.HEAD"
3051
>>> notes.inputs.add = "This note is added."
3052
>>> notes.inputs.add_history = "This note is added to history."
3053
- >>> notes.cmdline #doctest:
+ >>> notes.cmdline #doctest: +IGNORE_UNICODE
3054
'3dNotes -a "This note is added." -h "This note is added to history." functional.HEAD'
3055
>>> res = notes.run() # doctest: +SKIP
3056
"""
0 commit comments