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

Function epochs_full

mne/conftest.py:419–421  ·  view source on GitHub ↗

Get full, preloaded epochs from mne.io.tests.data.

()

Source from the content-addressed store, hash-verified

417
418@pytest.fixture()
419def epochs_full():
420 """Get full, preloaded epochs from mne.io.tests.data."""
421 return _get_epochs(None).load_data()
422
423
424@pytest.fixture()

Callers

nothing calls this directly

Calls 2

_get_epochsFunction · 0.70
load_dataMethod · 0.45

Tested by

no test coverage detected