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

Function _evoked

mne/conftest.py:476–479  ·  view source on GitHub ↗
(_full_evoked)

Source from the content-addressed store, hash-verified

474
475@pytest.fixture(scope="session", params=[testing._pytest_param()])
476def _evoked(_full_evoked):
477 # This is session scoped, so be sure not to modify its return value (use `evoked`
478 # fixture instead)
479 return _full_evoked.copy().crop(0, 0.2)
480
481
482@pytest.fixture()

Callers

nothing calls this directly

Calls 2

cropMethod · 0.45
copyMethod · 0.45

Tested by

no test coverage detected