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.
DepreciationWarning
test_pathfinder
1 parent 2f77810 commit 3444edeCopy full SHA for 3444ede
pymc_experimental/tests/test_pathfinder.py
@@ -21,7 +21,9 @@
21
import pymc_experimental as pmx
22
23
24
+# TODO: Remove this filterwarning after pytensor uses jnp.prod instead of jnp.product
25
@pytest.mark.skipif(sys.platform == "win32", reason="JAX not supported on windows.")
26
+@pytest.mark.filterwarnings("ignore::DeprecationWarning")
27
def test_pathfinder():
28
# Data of the Eight Schools Model
29
J = 8
0 commit comments