NDCLab / pepper-pipeline

tool | Python Easy Pre-Processing EEG Reproducible Pipeline
GNU Affero General Public License v3.0
3 stars 3 forks source link

JSON cannot parse tuples #401

Closed F-said closed 2 years ago

F-said commented 2 years ago

Describe the bug JSON cannot parse tuples, problem if we need tuples for data

Expected behavior

Screenshots image

DMRoberts commented 2 years ago

@F-said Do you have the code or configuration that generated the error?

F-said commented 2 years ago

@DMRoberts It looks like MNE does some type-checking here. We may need to handle this by going from list to tuple inside of segment_data

image

F-said commented 2 years ago

Marking resolved for now #410