Skip to content

Commit

Permalink
FIX: Ig
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Feb 4, 2025
1 parent a1f5328 commit cca1c60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mne/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ def pytest_configure(config: pytest.Config):
ignore:Starting field name with a underscore.*:
# joblib
ignore:process .* is multi-threaded, use of fork/exec.*:DeprecationWarning
# sklearn
ignore:Python binding for RankQuantileOptions.*:RuntimeWarning
""" # noqa: E501
for warning_line in warning_lines.split("\n"):
warning_line = warning_line.strip()
Expand Down

0 comments on commit cca1c60

Please sign in to comment.