Skip to content
New issue

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

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

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

oesteban
Copy link
Member

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.

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.
@oesteban oesteban merged commit 29ad9cc into master Apr 17, 2024
15 checks passed
@oesteban oesteban deleted the fix/1264-toml-read-bug branch April 17, 2024 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IndexError in the initial steps of the participant level when saving the config file
1 participant