From 3444ede907abe415251f8ba28c70b670aa94c9f9 Mon Sep 17 00:00:00 2001 From: jessegrabowski Date: Sat, 16 Sep 2023 19:39:07 +0200 Subject: [PATCH] Temporarily ignore `DepreciationWarning` raised by `test_pathfinder` --- pymc_experimental/tests/test_pathfinder.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pymc_experimental/tests/test_pathfinder.py b/pymc_experimental/tests/test_pathfinder.py index 98724420..aa680a23 100644 --- a/pymc_experimental/tests/test_pathfinder.py +++ b/pymc_experimental/tests/test_pathfinder.py @@ -21,7 +21,9 @@ import pymc_experimental as pmx +# TODO: Remove this filterwarning after pytensor uses jnp.prod instead of jnp.product @pytest.mark.skipif(sys.platform == "win32", reason="JAX not supported on windows.") +@pytest.mark.filterwarnings("ignore::DeprecationWarning") def test_pathfinder(): # Data of the Eight Schools Model J = 8