Skip to content

Commit

Permalink
add docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrockhill committed Jan 4, 2024
1 parent 1796ca1 commit 37c5acd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mne/tests/test_epochs.py
Original file line number Diff line number Diff line change
Expand Up @@ -721,6 +721,7 @@ def test_reject():


def test_interpolate_bads_per_epochs():
"""Test interpolating bad channels per epoch."""
raw, events, _ = _get_data()
names = raw.ch_names[::5]
assert "MEG 2443" in names
Expand Down

0 comments on commit 37c5acd

Please sign in to comment.