Skip to content

Commit 850de76

Browse files
committed
fix: updated specs and proper import
1 parent 8696229 commit 850de76

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

nipype/interfaces/freesurfer/tests/test_auto_Sphere.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ def test_Sphere_inputs():
2020
in_smoothwm=dict(copyfile=True,
2121
),
2222
magic=dict(argstr='-q',
23-
requires=['in_smoothwm'],
2423
),
2524
num_threads=dict(),
2625
out_file=dict(argstr='%s',

nipype/workflows/smri/freesurfer/recon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def create_reconall_workflow(name="ReconAll", plugin_args=None):
8585
Example
8686
-------
8787
>>> from nipype.workflows.smri.freesurfer import create_reconall_workflow
88-
>>> recon_all = create_reconall_flow()
88+
>>> recon_all = create_reconall_workflow()
8989
>>> recon_all.inputs.inputspec.subject_id = 'subj1'
9090
>>> recon_all.inputs.inputspec.subjects_dir = '.'
9191
>>> recon_all.inputs.inputspec.T1_files = 'T1.nii.gz'

0 commit comments

Comments
 (0)