We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
caching of afni's Allineate interface is not handled correctly
the interface with the same inputs is rerun when the input out_matrix is specified
out_matrix
no rerunning with the same inputs
from nipype.interfaces import afni from nipype.caching import Memory memory = Memory('/tmp') a = memory.cache(afni.Allineate) out_a = a(in_file='/tmp/anat.nii.gz', reference='/tmp/anat.nii.gz', out_matrix='/tmp/anat_matrix.aff12.1D', out_file='/tmp/anat_allineated.nii.gz')
200104-23:06:04,766 nipype.utils INFO: Running nipype version 1.5.0-dev+gec5e74f36 (latest: 1.4.0) {'commit_hash': 'ec5e74f36', 'commit_source': 'repository', 'networkx_version': '2.4', 'nibabel_version': '3.0.0', 'nipype_version': '1.5.0-dev+gec5e74f36', 'numpy_version': '1.17.4', 'pkg_path': '/home/salma/CODE/nipype/nipype', 'scipy_version': '1.3.2', 'sys_executable': '/home/salma/miniconda3/bin/python', 'sys_platform': 'linux', 'sys_version': '3.7.4 (default, Aug 13 2019, 20:35:49) \n[GCC 7.3.0]', 'traits_version': '5.2.0'}
Choose one
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Summary
caching of afni's Allineate interface is not handled correctly
Actual behavior
the interface with the same inputs is rerun when the input
out_matrix
is specifiedExpected behavior
no rerunning with the same inputs
How to replicate the behavior
Script/Workflow details
Platform details:
Execution environment
Choose one
The text was updated successfully, but these errors were encountered: