Skip to content

Commit 3444ede

Browse files
jessegrabowskiricardoV94
authored andcommitted
Temporarily ignore DepreciationWarning raised by test_pathfinder
1 parent 2f77810 commit 3444ede

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pymc_experimental/tests/test_pathfinder.py

+2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
import pymc_experimental as pmx
2222

2323

24+
# TODO: Remove this filterwarning after pytensor uses jnp.prod instead of jnp.product
2425
@pytest.mark.skipif(sys.platform == "win32", reason="JAX not supported on windows.")
26+
@pytest.mark.filterwarnings("ignore::DeprecationWarning")
2527
def test_pathfinder():
2628
# Data of the Eight Schools Model
2729
J = 8

0 commit comments

Comments
 (0)