Skip to content

Commit 44a71bb

Browse files
committed
set False as default value for profiling
1 parent 12f9073 commit 44a71bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/ants/registration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ class RegistrationInputSpec(ANTSCommandInputSpec):
379379
low=0.0, high=1.0, value=0.0, argstr='%s', usedefault=True, desc="The Lower quantile to clip image ranges")
380380

381381
verbose = traits.Bool(argstr='-v', default=False)
382-
profiling = traits.Bool(True, usedefault=True,
382+
profiling = traits.Bool(False, usedefault=True,
383383
desc='generate profiling output fields')
384384

385385

0 commit comments

Comments
 (0)