Skip to content

Commit

Permalink
FIX: Flakes and workflow dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-huberty committed Nov 1, 2023
1 parent 023b838 commit ad34972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_installation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
python -m pip install --upgrade pip
pip install -e .[full]
pip install pandas
pip install pymatreader
- name: Test import
run: |
Expand Down
1 change: 1 addition & 0 deletions eoglearn/io/eegeyenet.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def read_raw_eegeyenet(fname):
fname : str | pathlib.Path
Path to the EEGEyeNet file to load. EEGEyeNet files can be downloaded with
:func:`fetch_eegeyenet`.
Returns
-------
mne.io.Raw
Expand Down

0 comments on commit ad34972

Please sign in to comment.