Skip to content

Commit

Permalink
MAINT: Ignore nibabel np2.0 issue (mne-tools#12560)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner authored Apr 22, 2024
1 parent d331b02 commit f093b17
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 @@ -200,6 +200,8 @@ def pytest_configure(config):
ignore:np\.find_common_type is deprecated.*:DeprecationWarning
# pyvista <-> NumPy 2.0
ignore:__array_wrap__ must accept context and return_scalar arguments.*:DeprecationWarning
# nibabel <-> NumPy 2.0
ignore:__array__ implementation doesn't accept a copy.*:DeprecationWarning
""" # noqa: E501
for warning_line in warning_lines.split("\n"):
warning_line = warning_line.strip()
Expand Down

0 comments on commit f093b17

Please sign in to comment.