bids-validator icon indicating copy to clipboard operation
bids-validator copied to clipboard

Validator MUST NOT accept identical files under different extensions

Open arnodelorme opened this issue 5 years ago • 4 comments
trafficstars

This BIDS dataset contains both .edf and .bdf file (which are very small)

https://openneuro.org/datasets/ds002034/versions/1.0.1

sub-01/ses-01/eeg/sub-01_ses-01_task-offline_run-01_eeg.edf sub-01/ses-01/eeg/sub-01_ses-01_task-offline_run-01_eeg.bdf

I believe it should not have passed the validator since there are 2 types of binary files and the BDF file is obviously corrupted.

arnodelorme avatar Nov 05 '20 05:11 arnodelorme