Get minimal, pre-loaded epochs data suitable for most tests. (from mne.io.tests.data)
()
| 401 | |
| 402 | @pytest.fixture() |
| 403 | def 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() |
nothing calls this directly
no test coverage detected