Skip to content

Commit af6b627

Browse files
authored
ENH: verbose input should not be hashed in ants.Registration
1 parent 7080ef9 commit af6b627

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
@@ -584,7 +584,7 @@ class RegistrationInputSpec(ANTSCommandInputSpec):
584584
desc="The Lower quantile to clip image ranges",
585585
)
586586

587-
verbose = traits.Bool(argstr="-v", default_value=False, usedefault=True)
587+
verbose = traits.Bool(argstr="-v", default_value=False, usedefault=True, nohash=True)
588588

589589

590590
class RegistrationOutputSpec(TraitedSpec):

0 commit comments

Comments
 (0)