Skip to content

Commit

Permalink
Fix notebook regression.
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-oreilly committed May 12, 2024
1 parent 617ff0e commit 773370d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/plot_eegeyenet.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@


fpath = eoglearn.datasets.fetch_eegeyenet()
fname = fpath / "EP10_DOTS1_EEG.mat"
raw = eoglearn.io.read_raw_eegeyenet(fname)
raw = eoglearn.io.read_raw_eegeyenet(fpath)
raw

# %%
Expand Down

0 comments on commit 773370d

Please sign in to comment.