We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15dae8e commit d130211Copy full SHA for d130211
nipype/interfaces/afni/tests/test_auto_CenterMass.py
@@ -12,6 +12,7 @@ def test_CenterMass_inputs():
12
),
13
cm_file=dict(argstr='> %s',
14
descr='File to write center of mass to',
15
+ hash_files=False,
16
keep_extension=False,
17
name_source='in_file',
18
name_template='%s_cm.out',
nipype/interfaces/afni/utils.py
@@ -654,6 +654,7 @@ class CenterMassInputSpec(CommandLineInputSpec):
654
cm_file = File(
655
656
657
658
659
descr="File to write center of mass to",
660
argstr="> %s",
0 commit comments