Skip to content

Commit

Permalink
Merge pull request #1738 from effigies/fix/meg_electrodes
Browse files Browse the repository at this point in the history
FIX: Permit electrodes.tsv in meg directories
  • Loading branch information
effigies authored Aug 24, 2023
2 parents 1e8de01 + 1bf8ca1 commit 6677c9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bids-validator/bids_validator/rules/file_level_rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,8 @@
"_events\\.tsv",
"_channels\\.json",
"_channels\\.tsv",
"_electrodes\\.json",
"_electrodes\\.tsv",
"_meg\\.json",
"_coordsystem\\.json",
"_photo\\.jpg",
Expand Down

0 comments on commit 6677c9a

Please sign in to comment.