From 833b39b05c161728f1f7913567afff09384f5e02 Mon Sep 17 00:00:00 2001 From: Mathieu Scheltienne Date: Tue, 1 Oct 2024 17:14:55 +0200 Subject: [PATCH] fix changelog --- doc/changes/devel/12877.bugfix.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/changes/devel/12877.bugfix.rst b/doc/changes/devel/12877.bugfix.rst index 5cb8cabfadc..de64a36a034 100644 --- a/doc/changes/devel/12877.bugfix.rst +++ b/doc/changes/devel/12877.bugfix.rst @@ -1,3 +1,3 @@ -Fix bug where creating a :class:`~mne.time_frequency.SpectrumArray` from a -:class:`numpy.ndarray` would require online the 'good' data channels to be present in -the :class:`~mne.Info`, by `Mathieu Scheltienne`_. +Fix bug when creating a :class:`~mne.time_frequency.SpectrumArray`. It nows requires +both 'good' and 'bad' data channels to be present in the :class:`~mne.Info` and in the +:class:`numpy.ndarray`, by `Mathieu Scheltienne`_.