From 420fa27929a6e9f731cec31463ab65fd3be6fa88 Mon Sep 17 00:00:00 2001 From: Pierre Guetschel Date: Fri, 8 Mar 2024 16:07:27 +0100 Subject: [PATCH 1/2] Fix #Trials / class in doc of Lee2019_SSVEP (there are 25 trials/class/session and 2 sessions so 50 trials/class/subject) --- docs/source/dataset_summary.rst | 2 +- moabb/datasets/Lee2019.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/dataset_summary.rst b/docs/source/dataset_summary.rst index 34a87598d..028889f4b 100644 --- a/docs/source/dataset_summary.rst +++ b/docs/source/dataset_summary.rst @@ -74,7 +74,7 @@ SSVEP :header: Dataset, #Subj, #Chan, #Classes, #Trials / class, Trials length, Sampling rate, #Sessions :class: sortable - :class:`Lee2019_SSVEP`,54,62,4,25,4s,1000Hz,2 + :class:`Lee2019_SSVEP`,54,62,4,50,4s,1000Hz,2 :class:`Kalunga2016`,12,8,4,16,2s,256Hz,1 :class:`MAMEM1`,10,256,5,12-15,3s,250Hz,1 :class:`MAMEM2`,10,256,5,20-30,3s,250Hz,1 diff --git a/moabb/datasets/Lee2019.py b/moabb/datasets/Lee2019.py index ced53898e..68cfc2b48 100644 --- a/moabb/datasets/Lee2019.py +++ b/moabb/datasets/Lee2019.py @@ -385,7 +385,7 @@ class Lee2019_SSVEP(Lee2019): ============= ======= ======= ========== ================= =============== =============== =========== Name #Subj #Chan #Classes #Trials / class Trials length Sampling rate #Sessions ============= ======= ======= ========== ================= =============== =============== =========== - Lee2019_SSVEP 54 62 4 25 4s 1000Hz 2 + Lee2019_SSVEP 54 62 4 50 4s 1000Hz 2 ============= ======= ======= ========== ================= =============== =============== =========== Dataset from Lee et al 2019 [1]_. From 4862b2d74a5aedf229e4a88ece9f7096ef40864f Mon Sep 17 00:00:00 2001 From: Pierre Guetschel Date: Sat, 9 Mar 2024 11:08:55 +0100 Subject: [PATCH 2/2] Update whats_new.rst --- docs/source/whats_new.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/whats_new.rst b/docs/source/whats_new.rst index 02baa0814..7dda643af 100644 --- a/docs/source/whats_new.rst +++ b/docs/source/whats_new.rst @@ -30,6 +30,7 @@ Bugs - Fix TRCA implementation for different stimulation freqs and for signal filtering (:gh:522 by `Sylvain Chevallier`_) - Fix saving to BIDS runs with a description string in their name (:gh:`530` by `Pierre Guetschel`_) - Fix import of keras BatchNormalization for TF 2.13 and higher (:gh:`544` by `Brian Irvine`_) +- Fix the doc summary tables of :class:`moabb.datasets.Lee2019_SSVEP` (:gh:`548` :gh:`547` :gh:`546` by `Pierre Guetschel`_) API changes ~~~~~~~~~~~