nipreps / mriqc

Automated Quality Control and visual reports for Quality Assessment of structural (T1w, T2w) and functional MRI of the brain
http://mriqc.readthedocs.io
Apache License 2.0
284 stars 128 forks source link

FIX: Multiecho fMRI crashing with 'unhashable type' errors #1295

Closed oesteban closed 2 months ago

oesteban commented 2 months ago

dataset and full_files are lists containing lists of strings when multiecho runs are present. When attempting to create sets with multiecho runs MRIQC crashed.

Resolves: #1290. Derived-from: #1282.