Skip to content

Commit

Permalink
Merge pull request nipreps#460 from effigies/doc/fix-wf-plot
Browse files Browse the repository at this point in the history
doc: Plot correct workflow in init_syn_preprocessing_wf docstring
  • Loading branch information
effigies authored Oct 1, 2024
2 parents 82f419b + dbb0239 commit b031262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdcflows/workflows/fit/syn.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,8 @@ def init_syn_preprocessing_wf(
:graph2use: orig
:simple_form: yes
from sdcflows.workflows.fit.syn import init_syn_sdc_wf
wf = init_syn_sdc_wf(omp_nthreads=8)
from sdcflows.workflows.fit.syn import init_syn_preprocessing_wf
wf = init_syn_preprocessing_wf()
Parameters
----------
Expand Down

0 comments on commit b031262

Please sign in to comment.