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 383b07e commit d15828cCopy full SHA for d15828c
pyproject.toml
@@ -20,9 +20,6 @@ filterwarnings =[
20
21
# Warning coming from blackjax
22
'ignore:jax\.tree_map is deprecated:DeprecationWarning',
23
-
24
- # Warning from shutil, used by pytensor
25
- 'ignore:Use shutil\.which instead of find_executable:DeprecationWarning'
26
]
27
28
[tool.coverage.report]
0 commit comments