Skip to content

Commit

Permalink
maybe now
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtfa committed Dec 4, 2024
1 parent dcbb2a9 commit 0ce611e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified ica_pngs/test_ICA_summary_plot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ def gen_mne_data_raw():
raw_fname = meg_path / 'sample_audvis_raw.fif'
raw = mne.io.read_raw_fif(raw_fname, preload=True)#.crop(tmin=0, tmax=60)

raw = raw.pick(picks=['meg', 'eog', 'stim'])

yield raw

@pytest.fixture(scope='session')
Expand Down

0 comments on commit 0ce611e

Please sign in to comment.