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: Bug in *toml* loader crashing with mixed arrays in config #1281

Closed oesteban closed 2 months ago

oesteban commented 2 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.