Skip to content

Commit

Permalink
Save PhysionetMI parameters (#403)
Browse files Browse the repository at this point in the history
* Update PhysionetMI

Fixes #387

* Update whats_new.rst

---------

Co-authored-by: Bru <a.bruno@aluno.ufabc.edu.br>
  • Loading branch information
PierreGtch and bruAristimunha committed Jun 23, 2023
1 parent 2b38df2 commit 189420a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Bugs
- Restore 3 subject from Cho2017 (:gh:`392` by `Igor Carrara`_ and `Sylvain Chevallier`_)
- Correct downloading with VirtualReality BrainInvaders dataset (:gh:`393` by `Gregoire Cattan`_)
- Rename event `substraction` to `subtraction` in :func:`moabb.dataset.Shin2017B` (:gh:`397` by `Pierre Guetschel`_)
- Save parameters of :func:`moabb.dataset.PhysionetMI` (:gh:`403` by `Pierre Guetschel`_)
- Fixing issue with parallel evaluation (:gh:`401` by `Bruno Aristimunha`_ and `Igor Carrara`_)

API changes
Expand Down
2 changes: 2 additions & 0 deletions moabb/datasets/physionet_mi.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ def __init__(self, imagined=True, executed=False):
doi="10.1109/TBME.2004.827072",
)

self.imagined = imagined
self.executed = executed
self.feet_runs = []
self.hand_runs = []

Expand Down

0 comments on commit 189420a

Please sign in to comment.