Get events from mne.io.tests.data.
()
| 371 | |
| 372 | @pytest.fixture(scope="function") |
| 373 | def events(): |
| 374 | """Get events from mne.io.tests.data.""" |
| 375 | return read_events(fname_event_io) |
| 376 | |
| 377 | |
| 378 | def _get_epochs(stop=5, meg=True, eeg=False, n_chan=20): |
nothing calls this directly
no test coverage detected