We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 907b083 commit 34c66adCopy full SHA for 34c66ad
pyproject.toml
@@ -20,6 +20,9 @@ filterwarnings =[
20
21
# Warning coming from blackjax
22
'ignore:jax\.tree_map is deprecated:DeprecationWarning',
23
+
24
+ # Ignore PyMC use of numpy.core
25
+ 'ignore:numpy\.core\.numeric is deprecated:DeprecationWarning',
26
]
27
28
[tool.coverage.report]
0 commit comments