Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 14, 2024
1 parent 25824fb commit 036599b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions mne_icalabel/megnet/tests/test_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,7 @@ def test_get_megnet_features_invalid(
):
"""Test whether the function raises the correct exceptions."""
test_cases = [
(raw_ica_invalid_channel,
RuntimeError,
"Could not find MEG channels"
),
(raw_ica_invalid_channel, RuntimeError, "Could not find MEG channels"),
(
raw_ica_invalid_time,
RuntimeError,
Expand Down

0 comments on commit 036599b

Please sign in to comment.