Skip to content

Commit

Permalink
try filtering np warnings from xarray
Browse files Browse the repository at this point in the history
  • Loading branch information
wtbarnes committed Sep 24, 2024
1 parent 1591b8f commit be5f3b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ filterwarnings =
# A list of warnings to ignore follows. If you add to this list, you MUST
# add a comment or ideally a link to an issue that explains why the warning
# is being ignored
# Do not need to worry about numpy warnings raised by xarray internally
ignore:numpy.core.multiarray is deprecated:DeprecationWarning

0 comments on commit be5f3b6

Please sign in to comment.