Skip to content

Commit d130211

Browse files
committed
add hash_files=False to center of mass file
1 parent 15dae8e commit d130211

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

nipype/interfaces/afni/tests/test_auto_CenterMass.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ def test_CenterMass_inputs():
1212
),
1313
cm_file=dict(argstr='> %s',
1414
descr='File to write center of mass to',
15+
hash_files=False,
1516
keep_extension=False,
1617
name_source='in_file',
1718
name_template='%s_cm.out',

nipype/interfaces/afni/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,7 @@ class CenterMassInputSpec(CommandLineInputSpec):
654654
cm_file = File(
655655
name_source='in_file',
656656
name_template='%s_cm.out',
657+
hash_files=False,
657658
keep_extension=False,
658659
descr="File to write center of mass to",
659660
argstr="> %s",

0 commit comments

Comments
 (0)