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.
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
In the _list_outputs method of mrtrix's DWIPreproc (in nipype.interfaces.mrtrix3.preprocess).
Raises an error due to referencing export_grad_mrtrix and export_grad_fsl, while the actual inputs are export_grad_mrtrix and out_grad_fsl.
export_grad_mrtrix
export_grad_fsl
out_grad_fsl
Simply execute DWIPreproc with any given inputs.
{'commit_hash': '57c9932', 'commit_source': 'repository', 'networkx_version': '3.3', 'nibabel_version': '5.2.1', 'nipype_version': '1.8.6', 'numpy_version': '1.26.4', 'pkg_path': '/home/galkepler/Projects/yalab-devops/yalab-procedures/.venv/lib/python3.11/site-packages/nipype', 'scipy_version': '1.14.0', 'sys_executable': '/home/galkepler/Projects/yalab-devops/yalab-procedures/.venv/bin/python', 'sys_platform': 'linux', 'sys_version': '3.11.8 | packaged by conda-forge | (main, Feb 16 2024, ' '20:53:32) [GCC 12.3.0]', 'traits_version': '6.3.2'}
The text was updated successfully, but these errors were encountered:
Found out that I've already fixed this issue before at #3596, but for some reason my fix isn't included in the PyPi package...
Sorry, something went wrong.
I think we need to release
No branches or pull requests
Summary
In the _list_outputs method of mrtrix's DWIPreproc (in nipype.interfaces.mrtrix3.preprocess).
Actual behavior
Raises an error due to referencing
export_grad_mrtrix
andexport_grad_fsl
, while the actual inputs areexport_grad_mrtrix
andout_grad_fsl
.How to replicate the behavior
Simply execute DWIPreproc with any given inputs.
Platform details:
Execution environment
The text was updated successfully, but these errors were encountered: