Skip to content

Commit 02d618e

Browse files
effigiesmgxd
andauthored
Update sdcflows/workflows/apply/correction.py
Co-authored-by: Mathias Goncalves <[email protected]>
1 parent 8e11c4b commit 02d618e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdcflows/workflows/apply/correction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from niworkflows.engine.workflows import LiterateWorkflow as Workflow
2727

2828

29-
def init_unwarp_wf(free_mem=None, omp_nthreads=1, debug=False, name="unwarp_wf"):
29+
def init_unwarp_wf(*, free_mem=None, omp_nthreads=1, debug=False, name="unwarp_wf"):
3030
r"""
3131
Set up a workflow that unwarps the input :abbr:`EPI (echo-planar imaging)` dataset.
3232

0 commit comments

Comments
 (0)