Skip to content

Commit 1fb04a9

Browse files
authored
Fix for documentation issue related to processing EEG separately in a combined M/EEG dataset (mne-tools#751)
1 parent 941c387 commit 1fb04a9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/source/v1.4.md.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@
1919
- Fix bug with too many JSON files found during empty room matching (#743 by @allermat)
2020
- Fix bug with outdated info on ch_types config option (#745 by @allermat)
2121
- Fix bug where SSP projectors were not added to the report (#747 by @larsoner)
22+
- Fix bug with documentation issue on data_type config option (#751 by @allermat)

mne_bids_pipeline/_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
233233
```python
234234
ch_types = ['eeg']
235-
data_type = 'eeg'
235+
data_type = 'meg'
236236
```
237237
238238
The dataset contains simultaneous recordings of MEG and EEG, and we only

0 commit comments

Comments
 (0)