NDCLab / pepper-pipeline

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

Surpress or remove runtimewarning on loading of BIDS files #406

Open F-said opened 2 years ago

F-said commented 2 years ago

Describe the bug With the way load_files works, all possible subject/task/ses/run combinations are created based on what is available in the BIDS folder. This generates a lot of runtime warnings since some sub/task combinations are not files. image

Expected behavior Warnings are not given or ignored somehow

Screenshots If applicable, add screenshots to help explain your problem.