Skip to content

Commit

Permalink
Fixing the title in the moabb documentation (#516)
Browse files Browse the repository at this point in the history
* fixing crop

* changing the braindecode install

* Adding cache option for the evaluation

* Revert "Adding cache option for the evaluation"

This reverts commit 72bbf17.

* fixing the braindecode workflow
  • Loading branch information
bruAristimunha authored Oct 31, 2023
1 parent f1cdc6b commit 39faf64
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-braindecode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,8 @@ jobs:
- name: Install and test braindecode
run: |
source $VENV
poetry run pip install torch
cd braindecode
poetry run pip install -e .[tests]
poetry run pytest test/
pip install -e .[tests]
pytest test/
# poetry run pip install -U https://api.github.com/repos/braindecode/braindecode/zipball/master
7 changes: 4 additions & 3 deletions tutorials/plot_Getting_Started.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""=========================
Getting Started
=========================
"""
============================
Tutorial 0: Getting Started
============================
This tutorial takes you through a basic working example of how to use this
codebase, including all the different components, up to the results
Expand Down
2 changes: 1 addition & 1 deletion tutorials/tutorial_3_benchmarking_multiple_pipelines.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" Basic tutorial on how to use MOABB.
"""
===========================================
Tutorial 3: Benchmarking multiple pipelines
===========================================
Expand Down

0 comments on commit 39faf64

Please sign in to comment.