We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
filterwarnings
1 parent 23a1c1c commit a0cd7efCopy full SHA for a0cd7ef
pyproject.toml
@@ -16,7 +16,7 @@ filterwarnings =[
16
'ignore:.*(\b(pkg_resources\.declare_namespace|np\.bool8|np\.find_common_type|cumproduct|product)\b).*:DeprecationWarning',
17
18
# JAX issues an over-eager warning if os.fork() is called when the JAX module is loaded, even if JAX isn't being used
19
- "ignore::RuntimeWarning:jax._src.xla_bridge",
+ 'ignore:os\.fork\(\) was called\.:RuntimeWarning',
20
]
21
22
[tool.black]
0 commit comments