Skip to content

Commit

Permalink
Merge pull request #795 from mwcraig/supress-numpy-warning
Browse files Browse the repository at this point in the history
Suppress numpy ufunc warning in tests
  • Loading branch information
mwcraig committed Sep 29, 2022
2 parents 0119f41 + 8a07dca commit a5b57ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ doctest_plus = enabled
addopts = --doctest-rst
filterwarnings=
error
ignore:numpy\.ufunc size changed:RuntimeWarning
ignore:numpy.ndarray size changed:RuntimeWarning
ignore:`np.bool` is a deprecated alias for the builtin `bool`:DeprecationWarning
markers =
Expand Down

0 comments on commit a5b57ba

Please sign in to comment.