Skip to content

Commit

Permalink
Fix Cattan2019_VR_Il (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreGtch authored Oct 25, 2023
1 parent b61ced6 commit ae3d4f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions moabb/datasets/compound_dataset/bi_illiteracy.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ def __init__(self):
subjects_list = [
(dataset, 4, None, None),
(dataset, 10, None, None),
(dataset, 13, "VR", None),
(dataset, 15, "VR", None),
(dataset, 13, "0VR", None),
(dataset, 15, "0VR", None),
]
_base_bi_il.__init__(self, subjects_list=subjects_list, dataset=dataset)

Expand Down

0 comments on commit ae3d4f0

Please sign in to comment.