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

Function full_evoked

mne/conftest.py:489–491  ·  view source on GitHub ↗

Get full-duration evoked data (needed for, e.g., testing TFR).

(_full_evoked)

Source from the content-addressed store, hash-verified

487
488@pytest.fixture()
489def full_evoked(_full_evoked):
490 """Get full-duration evoked data (needed for, e.g., testing TFR)."""
491 return _full_evoked.copy()
492
493
494@pytest.fixture(scope="function", params=[testing._pytest_param()])

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected