We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b74f056 commit 3e8d5fdCopy full SHA for 3e8d5fd
mne_bids_pipeline/tests/conftest.py
@@ -30,6 +30,7 @@ def pytest_configure(config):
30
ignore:.*declare_namespace.*mpl_toolkits.*:DeprecationWarning
31
ignore:_SixMetaPathImporter\.find_spec.*:ImportWarning
32
ignore:pkg_resources is deprecated.*:DeprecationWarning
33
+ ignore:`product` is deprecated as of NumPy.*:DeprecationWarning
34
"""
35
for warning_line in warning_lines.split("\n"):
36
warning_line = warning_line.strip()
0 commit comments