Get full, preloaded epochs from mne.io.tests.data.
()
| 417 | |
| 418 | @pytest.fixture() |
| 419 | def epochs_full(): |
| 420 | """Get full, preloaded epochs from mne.io.tests.data.""" |
| 421 | return _get_epochs(None).load_data() |
| 422 | |
| 423 | |
| 424 | @pytest.fixture() |
nothing calls this directly
no test coverage detected