Skip to content

Commit 3e8d5fd

Browse files
authored
MAINT: Deal with h5py numpy compat (#738)
1 parent b74f056 commit 3e8d5fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mne_bids_pipeline/tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def pytest_configure(config):
3030
ignore:.*declare_namespace.*mpl_toolkits.*:DeprecationWarning
3131
ignore:_SixMetaPathImporter\.find_spec.*:ImportWarning
3232
ignore:pkg_resources is deprecated.*:DeprecationWarning
33+
ignore:`product` is deprecated as of NumPy.*:DeprecationWarning
3334
"""
3435
for warning_line in warning_lines.split("\n"):
3536
warning_line = warning_line.strip()

0 commit comments

Comments
 (0)