You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Drop EEG rejection thresholds when replacing EEG with CSD channels (#10619)
* Drop EEG rejection thresholds when replacing EEG with CSD channels
This is an attempt to fix the issue reported at
https://mne.discourse.group/t/saving-epoch-error-no-eeg-channel-found
* fix, working version
* Update doc/changes/latest.inc
Co-authored-by: Richard Höchenberger <[email protected]>
Co-authored-by: Alex <[email protected]>
* Simplify #10619 (#10620)
* MAINT: Fix
* FIX: Fix for regression
* FIX: Fix for pandas
* FIX: Better fix
* FIX: Adjust
Co-authored-by: Alex <[email protected]>
Co-authored-by: Eric Larson <[email protected]>
Copy file name to clipboardExpand all lines: doc/changes/1.0.inc
+2
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@ Version 1.0.X
24
24
25
25
- Retain epochs metadata when using :func:`mne.channels.combine_channels` (:gh:`10504` by `Clemens Brunner`_)
26
26
27
+
- Fix issue with saving epochs once :func:`~mne.preprocessing.compute_current_source_density` has been used if a rejection threshold was used first (:gh:`10619` by `Alex Rockhill`_ and `Richard Höchenberger`_)
28
+
27
29
Version 1.0.2 (2022-04-15)
28
30
--------------------------
29
31
- Fix bug where ``theme`` was not handled properly in :meth:`mne.io.Raw.plot` (:gh:`10500` by `Eric Larson`_)
0 commit comments