Skip to content

Commit 34c66ad

Browse files
Ignore numpy warning from pymc
1 parent 907b083 commit 34c66ad

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+
# Ignore PyMC use of numpy.core
25+
'ignore:numpy\.core\.numeric is deprecated:DeprecationWarning',
2326
]
2427

2528
[tool.coverage.report]

0 commit comments

Comments
 (0)