Skip to content

Commit a4668ea

Browse files
Merge branch 'develop' into fix-documentation
Signed-off-by: Bru <[email protected]>
2 parents d4d16af + 60f13ae commit a4668ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
pip install moabb
3636
```
3737

38-
3938
```python
4039
import moabb
4140
from moabb.datasets import BNCI2014_001
@@ -62,6 +61,8 @@ print(results.head())
6261

6362
For full installation options and troubleshooting, see the [documentation](https://moabb.neurotechx.com/docs/install/install.html).
6463

64+
dataset = BNCI2014_001()
65+
dataset.subject_list = dataset.subject_list[:2]
6566

6667
## Disclaimer
6768

0 commit comments

Comments
 (0)