mriqc icon indicating copy to clipboard operation
mriqc copied to clipboard

Node ``mriqc.interfaces.functional.Spikes`` is a memory hog

Open oesteban opened this issue 1 year ago • 0 comments

This node in the workflow https://github.com/nipreps/mriqc/blob/d5b13cb56b6de1493ad91979f0e1e48ebb6708db/mriqc/workflows/functional/output.py#L95-L100 often causes memory errors.

In a quick review, I believe casting here https://github.com/nipreps/mriqc/blob/d5b13cb56b6de1493ad91979f0e1e48ebb6708db/mriqc/interfaces/functional.py#L229 to float32 would be safe and have zero effects on the interface performance.

oesteban avatar Aug 27 '24 11:08 oesteban