Skip to content

Commit

Permalink
FIX: pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Aug 22, 2023
1 parent e3291f5 commit 45b64a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mne_nirs/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ def pytest_configure(config):
# seaborn
ignore:is_categorical_dtype is deprecated.*:FutureWarning
ignore:use_inf_as_na option is deprecated.*:FutureWarning
# nilearn
ignore:The provided callable <function sum.*:FutureWarning
# TODO: in an example (should fix eventually)
ignore:The behavior of DataFrame concatenation.*:FutureWarning
""" # noqa: E501
Expand Down

0 comments on commit 45b64a5

Please sign in to comment.