Skip to content

Commit

Permalink
Issue#744fix (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
allermat authored Jun 26, 2023
1 parent b0cf4a0 commit b065da1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/source/v1.4.md.inc
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@

- Fix bug when `mf_reference_run != runs[0]` (#742 by @larsoner)
- Fix bug with too many JSON files found during empty room matching (#743 by @allermat)
- Fix bug with outdated info on ch_types config option (#745 by @allermat)
5 changes: 1 addition & 4 deletions mne_bids_pipeline/_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,6 @@
"""
The channel types to consider.
!!! info
Currently, MEG and EEG data cannot be processed together.
???+ example "Example"
```python
# Use EEG channels:
Expand All @@ -215,7 +212,7 @@
# Use magnetometer and gradiometer MEG channels:
ch_types = ['mag', 'grad']
# Currently does not work and will raise an error message:
# Use MEG and EEG channels:
ch_types = ['meg', 'eeg']
```
"""
Expand Down

0 comments on commit b065da1

Please sign in to comment.