mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 20:06:05 +00:00
ignore UserWarning
This commit is contained in:
parent
9589e5fca0
commit
cbcd0cdd04
@ -19,5 +19,6 @@ filterwarnings =
|
||||
# numpy uses distutils which is deprecated
|
||||
ignore:The distutils.* is deprecated.*:DeprecationWarning
|
||||
ignore:`sharded_jit` is deprecated. Please use `pjit` instead.*:DeprecationWarning
|
||||
ignore:Running operations on `Array`s that are not fully addressable by this process.*:UserWarning
|
||||
doctest_optionflags = NUMBER NORMALIZE_WHITESPACE
|
||||
addopts = --doctest-glob="*.rst"
|
||||
|
Loading…
x
Reference in New Issue
Block a user