Skip to content

Commit

Permalink
Revert "Adding Stieger2021 dataset (#601)" (#603)
Browse files Browse the repository at this point in the history
This reverts commit cc46cf8.
  • Loading branch information
bruAristimunha authored May 20, 2024
1 parent cc46cf8 commit 52e7491
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 230 deletions.
1 change: 0 additions & 1 deletion docs/source/dataset_summary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ Motor Imagery
:class:`Shin2017B`,29,30,2,30,10s,200Hz,3,1,5220
:class:`Weibo2014`,10,60,7,80,4s,200Hz,1,1,5600
:class:`Zhou2016`,4,14,3,160,5s,250Hz,3,2,11496
:class:`Stieger2021`,62,64,4,450,3s,1000Hz,7 or 11,1,250000

P300/ERP
======================
Expand Down
1 change: 0 additions & 1 deletion docs/source/datasets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ Motor Imagery Datasets
Shin2017B
Weibo2014
Zhou2016
Stieger2021


------------
Expand Down
1 change: 0 additions & 1 deletion docs/source/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Enhancements
- Updating the braindecode pipelines for the new braindecode version 0.8.1 (:gh:`589` by `Bruno Aristimunha`_)
- Add SSVEP and ERP paradigms to DL pipelines (:gh:`590` by `Pierre Guetschel`_)
- Allow to pass a single pipeline file to ``benchmark`` (:gh:`591` by `Pierre Guetschel`_)
- Adding new dataset :class:`moabb.datasets.Stieger2021` (:gh:`601` by `Bruno Aristimunha`_)
- Exposing the `drop_rate` for all the deep learning parameters (:gh:`592` by `Bruno Aristimunha`_)

Bugs
Expand Down
1 change: 0 additions & 1 deletion moabb/datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
from .ssvep_mamem import MAMEM1, MAMEM2, MAMEM3
from .ssvep_nakanishi import Nakanishi2015
from .ssvep_wang import Wang2016
from .stieger2021 import Stieger2021
from .thielen2015 import Thielen2015
from .thielen2021 import Thielen2021
from .upper_limb import Ofner2017
Expand Down
226 changes: 0 additions & 226 deletions moabb/datasets/stieger2021.py

This file was deleted.

0 comments on commit 52e7491

Please sign in to comment.