MCPcopy
hub / github.com/mne-tools/mne-python / events

Function events

mne/conftest.py:373–375  ·  view source on GitHub ↗

Get events from mne.io.tests.data.

()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

read_eventsFunction · 0.90

Tested by

no test coverage detected