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
299 stars 132 forks source link

FIX: Bug in *toml* loader crashing with mixed arrays in config #1281

Closed oesteban closed 7 months ago

oesteban commented 7 months ago

This happened, e.g., when trying to run MRIQC on datasets with both single-echo and multi-echo runs or with filters where some array had mixed types (e.g., part: [null, 'mag']).

Resolves: #1264.