Skip to content

Commit 02b52dc

Browse files
Ignore numpy.core deprecation warning
1 parent 19a5a0b commit 02b52dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ filterwarnings =[
2020

2121
# Warning coming from blackjax
2222
'ignore:jax\.tree_map is deprecated:DeprecationWarning',
23+
24+
# PyMC uses numpy.core functions, which raises an error
25+
'ignore:numpy\.core\.numeric is deprecated:DeprecationWarning',
2326
]
2427

2528
[tool.coverage.report]

0 commit comments

Comments
 (0)