Skip to content

Commit

Permalink
ignore str depreciating warning
Browse files Browse the repository at this point in the history
  • Loading branch information
AS committed Mar 2, 2020
1 parent 8cd5b91 commit 5cc73d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ filterwarnings =
ignore: Mean of empty slice:RuntimeWarning
# upstream xarray
ignore:dropping variables using `drop` will be deprecated; using drop_vars is encouraged:PendingDeprecationWarning
# only shows up during CI: no idea where its coming from, something inside bootstrapping
ignore:`np.alen` is deprecated, use `len` instead:DeprecationWarning
# ignore UserWarnings raise by warnings.warn() which do not break functionality
# therefore ignore in testing
ignore::UserWarning
Expand Down

0 comments on commit 5cc73d7

Please sign in to comment.