bids-standard / bids-specification

Brain Imaging Data Structure (BIDS) Specification
https://bids-specification.readthedocs.io/
Creative Commons Attribution 4.0 International
279 stars 163 forks source link

chore(schema): Remove explicit "n/a" from column definitions #1903

Closed effigies closed 2 months ago

effigies commented 3 months ago

Small cleanup to simplify column definitions. n/a is valid in ALL columns in a TSV file. We could either add it as an explicitly permitted value to all columns or leave it implicit. I'm going with implicit because it makes for cleaner definitions.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.10%. Comparing base (7b0f76d) to head (dd708ba). Report is 7 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1903 +/- ## ======================================= Coverage 88.10% 88.10% ======================================= Files 16 16 Lines 1396 1396 ======================================= Hits 1230 1230 Misses 166 166 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.