Skip to content

Commit b031262

Browse files
authored
Merge pull request #460 from effigies/doc/fix-wf-plot
doc: Plot correct workflow in init_syn_preprocessing_wf docstring
2 parents 82f419b + dbb0239 commit b031262

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdcflows/workflows/fit/syn.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,8 @@ def init_syn_preprocessing_wf(
340340
:graph2use: orig
341341
:simple_form: yes
342342
343-
from sdcflows.workflows.fit.syn import init_syn_sdc_wf
344-
wf = init_syn_sdc_wf(omp_nthreads=8)
343+
from sdcflows.workflows.fit.syn import init_syn_preprocessing_wf
344+
wf = init_syn_preprocessing_wf()
345345
346346
Parameters
347347
----------

0 commit comments

Comments
 (0)