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

MEG empty files tests not covered by specificaiton.

Open rwblair opened this issue 1 year ago • 0 comments
trafficstars

Test from the old validator: https://github.com/bids-standard/bids-validator/blob/master/bids-validator/tests/utils/files.spec.js#L104

This was ported to the new validator: https://github.com/bids-standard/bids-validator/blob/master/bids-validator/src/tests/local/empty_files.test.ts#L25

New validator flat out ignores all the contents of *.ds/ directories. We should figure out a way to encode this rule in the schema, or how to check these files without building full contexts for them. Until then this check may be expected to fail in the new validator.

rwblair avatar Dec 14 '23 21:12 rwblair