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/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 ~~~~~~~~~~~ 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]_.