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

Function epochs

mne/conftest.py:403–409  ·  view source on GitHub ↗

Get minimal, pre-loaded epochs data suitable for most tests. (from mne.io.tests.data)

()

Source from the content-addressed store, hash-verified

401
402@pytest.fixture()
403def epochs():
404 """
405 Get minimal, pre-loaded epochs data suitable for most tests.
406
407 (from mne.io.tests.data)
408 """
409 return _get_epochs().load_data()
410
411
412@pytest.fixture()

Callers

nothing calls this directly

Calls 2

_get_epochsFunction · 0.70
load_dataMethod · 0.45

Tested by

no test coverage detected