Skip to content

Commit

Permalink
test evoked IO too [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
drammock committed Aug 11, 2022
1 parent b421d42 commit fb200bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne/time_frequency/tests/test_spectrum.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def test_spectrum_params(method, fmin, fmax, tmin, tmax, picks, proj, n_fft,


@requires_h5py
@pytest.mark.parametrize('inst', ('raw', 'epochs'))
@pytest.mark.parametrize('inst', ('raw', 'epochs', 'evoked'))
def test_spectrum_io(inst, tmp_path, request):
"""Test save/load of spectrum objects."""
inst = request.getfixturevalue(inst)
Expand Down

0 comments on commit fb200bc

Please sign in to comment.