Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #Trials / class in doc of Lee2019_SSVEP #548

Merged
merged 2 commits into from Mar 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/dataset_summary.rst
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/source/whats_new.rst
Expand Up @@ -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
~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion moabb/datasets/Lee2019.py
Expand Up @@ -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]_.
Expand Down