Skip to content

Commit 3fa1af1

Browse files
authored
[ENH] add parallel argument for topup (#741)
1 parent 75a61fd commit 3fa1af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qsiprep/interfaces/fmap.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959

6060
class _ParallelTOPUPInputSpec(TOPUPInputSpec):
61-
nthreads = traits.Int(argstr="--nthr %d", nohash=True, mandatory=False)
61+
nthreads = traits.Int(argstr="--nthr=%d", nohash=True, mandatory=False)
6262

6363

6464
class ParallelTOPUP(TOPUP):

0 commit comments

Comments
 (0)