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 1fff560 commit d040e57Copy full SHA for d040e57
tests/test_pathfinder.py
@@ -18,7 +18,10 @@
18
import pymc as pm
19
import pytest
20
21
-pytestmark = pytest.mark.filterwarnings("ignore:compile_pymc was renamed to compile:FutureWarning")
+pytestmark = pytest.mark.filterwarnings(
22
+ "ignore:compile_pymc was renamed to compile:FutureWarning",
23
+ "ignore:batched_dot is deprecated:FutureWarning",
24
+)
25
26
import pymc_extras as pmx
27
0 commit comments