Skip to content

Issue parsing participants.tsv after it's been created #6

@dbraun31

Description

@dbraun31

When running the BIDS pipeline on a partially converted directory, the pipeline fails with

json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 1 column 2 (char 1)

This seems to happen when trying to convert a subject number less than a number that's already been converted (eg, trying to convert subject 30 when the directory already contains converted data up to subject 50). I'm pretty sure I traced this to an issue with how participants.tsv is being written out. Something about parsing the EEG data is trying to read this file if it exists, and it doesn't like the single or double quotes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions