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
Using uncompressed nifti, nibabel opens up the images as memmap objects
memmap
A trait error is raised because the value is not purely float
The trait successfully accepts a float
Calling ComputeDVARS with an uncompressed nifti
Only happens with nipype<1.12.0 Any platform
Please see nipreps/mriqc#356
The text was updated successfully, but these errors were encountered:
I've been playing around this, and the only safe solution I can come up with is requesting nipype>=1.12.0
WDYT @satra , @chrisfilo ?
Sorry, something went wrong.
Do not open nifti files with mmap if numpy < 1.12.0
7cbe9df
Fixes nipy#1795
oesteban
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Summary
Using uncompressed nifti, nibabel opens up the images as
memmap
objectsActual behavior
A trait error is raised because the value is not purely float
Expected behavior
The trait successfully accepts a float
How to replicate the behavior
Calling ComputeDVARS with an uncompressed nifti
Platform details:
Only happens with nipype<1.12.0
Any platformPlease see nipreps/mriqc#356
The text was updated successfully, but these errors were encountered: