Skip to content

Commit 4a6551c

Browse files
authored
Merge pull request #678 from sappelhoff/eeg_fixes
[MRG] EEG fixes while merging into main spec
2 parents 7f75740 + effbcba commit 4a6551c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

bids-validator/tests/json.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ describe('JSON', function() {
8080
var jsonObj = {
8181
TaskName: 'rest',
8282
SamplingFrequency: 1000,
83-
EEGChannelCount: 1,
8483
EEGReference: 'Cz',
8584
SoftwareFilters: {
8685
HighPass: { HalfAmplitudeCutOffHz: 1, RollOff: '6dB/Octave' },

bids-validator/validators/json/schemas/eeg.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"TaskName",
4949
"SamplingFrequency",
5050
"SoftwareFilters",
51-
"EEGChannelCount",
5251
"EEGReference",
5352
"PowerLineFrequency"
5453
],

0 commit comments

Comments
 (0)