Skip to content

Commit 10b7ad1

Browse files
Try fewer warning filters
1 parent a430d85 commit 10b7ad1

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

pyproject.toml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -101,21 +101,9 @@ addopts = [
101101

102102
filterwarnings =[
103103
"error",
104-
# Raised by arviz when the model_builder class adds non-standard group names to InferenceData
105-
"ignore::UserWarning:arviz.data.inference_data",
106-
107-
# bool8, find_common_type, cumproduct, and product had deprecation warnings added in numpy 1.25
108-
'ignore:.*(\b(pkg_resources\.declare_namespace|np\.bool8|np\.find_common_type|cumproduct|product)\b).*:DeprecationWarning',
109-
110104
# JAX issues an over-eager warning if os.fork() is called when the JAX module is loaded, even if JAX isn't being used
111105
'ignore:os\.fork\(\) was called\.:RuntimeWarning',
112106

113-
# Warning coming from blackjax
114-
'ignore:jax\.tree_map is deprecated:DeprecationWarning',
115-
116-
# PyMC uses numpy.core functions, which emits an warning as of numpy>2.0
117-
'ignore:numpy\.core\.numeric is deprecated:DeprecationWarning',
118-
119107
# Silence warning emitted by pytensor when BLAS is not available
120108
"ignore:\\n?Found Intel OpenMP \\('libiomp'\\) and LLVM OpenMP \\('libomp'\\).*:RuntimeWarning",
121109
'ignore:PyTensor could not link to a BLAS installation:UserWarning'

0 commit comments

Comments
 (0)