Commit 43a39bc7 by Guilhem Saurel Committed by Wenzel Jakob

ignore numpy.ufunc size warnings

parent e7ef34f2
...@@ -13,3 +13,4 @@ filterwarnings = ...@@ -13,3 +13,4 @@ filterwarnings =
ignore::ImportWarning ignore::ImportWarning
# bogus numpy ABI warning (see numpy/#432) # bogus numpy ABI warning (see numpy/#432)
ignore:.*numpy.dtype size changed.*:RuntimeWarning ignore:.*numpy.dtype size changed.*:RuntimeWarning
ignore:.*numpy.ufunc size changed.*:RuntimeWarning
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment