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 4246b02 commit fe3dd07Copy full SHA for fe3dd07
nipype/interfaces/io.py
@@ -2893,7 +2893,7 @@ class ExportFile(SimpleInterface):
2893
2894
>>> from nipype.interfaces.io import ExportFile
2895
>>> import os.path as op
2896
- >>> ef = Node(ExportFile(), "export")
+ >>> ef = ExportFile()
2897
>>> ef.inputs.in_file = "temporary_file.nii.gz"
2898
>>> ef.inputs.out_file = op.abspath("output_folder/sub1_out.nii.gz")
2899
>>> ef.run()
0 commit comments