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 Dec 19, 2024
1 parent 826afec commit 16937c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne/preprocessing/tests/test_pca_obs.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ def test_pca_obs_bad_input(
):
"""Test if bad input data raises the proper errors in the function sanity checks."""
pytest.importorskip("pandas")

with pytest.raises(ValueError, match=error):
apply_pca_obs(raw=short_raw_data, picks=picks, qrs_indices=qrs)

0 comments on commit 16937c8

Please sign in to comment.