We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 941c387 commit 1fb04a9Copy full SHA for 1fb04a9
docs/source/v1.4.md.inc
@@ -19,3 +19,4 @@
19
- Fix bug with too many JSON files found during empty room matching (#743 by @allermat)
20
- Fix bug with outdated info on ch_types config option (#745 by @allermat)
21
- 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
@@ -232,7 +232,7 @@
232
233
```python
234
ch_types = ['eeg']
235
- data_type = 'eeg'
+ data_type = 'meg'
236
```
237
238
The dataset contains simultaneous recordings of MEG and EEG, and we only
0 commit comments