Skip to content

Commit

Permalink
Temporarily ignore DepreciationWarning raised by test_pathfinder
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegrabowski authored and ricardoV94 committed Sep 16, 2023
1 parent 2f77810 commit 3444ede
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pymc_experimental/tests/test_pathfinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3444ede

Please sign in to comment.