Skip to content

Commit

Permalink
[Fix] doc of Sosulski2019 (number of sessions and epochs) (#565)
Browse files Browse the repository at this point in the history
* Fix doc sosulski2019.py

* Update dataset_summary.rst

* Update whats_new.rst
  • Loading branch information
PierreGtch committed Apr 11, 2024
1 parent fdfab6a commit a753fa4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/dataset_summary.rst
Expand Up @@ -61,7 +61,7 @@ P300/ERP
:class:`Cattan2019_VR`, 21, 16, 600 NT / 120 T, 1s, 512Hz, 2
:class:`Huebner2017`, 13, 31, 364 NT / 112 T, 0.9s, 1000Hz, 3
:class:`Huebner2018`, 12, 31, 364 NT / 112 T, 0.9s, 1000Hz, 3
:class:`Sosulski2019`, 13, 31, 75 NT / 15 T, 1.2s, 1000Hz, 3
:class:`Sosulski2019`, 13, 31, 7500 NT / 1500 T, 1.2s, 1000Hz, 1
:class:`EPFLP300`, 8, 32, 2753 NT / 551 T, 1s, 2048Hz, 4
:class:`Lee2019_ERP`, 54, 62, 6900 NT / 1380 T, 1s, 1000Hz, 2

Expand Down
1 change: 1 addition & 0 deletions docs/source/whats_new.rst
Expand Up @@ -32,6 +32,7 @@ Bugs
- 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`_)
- Fix format string receiving incorrect number of args in bids interface (:gh:`563` by `Pierre Guetschel`_)
- Fix number of sessions in doc of :class:`moabb.datasets.Sosulski2019` (:gh:`565` by `Pierre Guetschel`_)

API changes
~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion moabb/datasets/sosulski2019.py
Expand Up @@ -25,7 +25,7 @@ class Sosulski2019(BaseDataset):
============= ======= ======= ================= =============== =============== ===========
Name #Subj #Chan #Trials / class Trials length Sampling rate #Sessions
============= ======= ======= ================= =============== =============== ===========
Sosulski2019 13 31 75 NT / 15 T 1.2s 1000Hz 3
Sosulski2019 13 31 7500 NT / 1500 T 1.2s 1000Hz 1
============= ======= ======= ================= =============== =============== ===========
**Dataset description**
Expand Down

0 comments on commit a753fa4

Please sign in to comment.