Skip to content

Commit

Permalink
Remove filter for solved warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoV94 committed Mar 22, 2024
1 parent 20e4722 commit 61ce412
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/distributions/test_timeseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,8 @@
from pymc.testing import assert_support_point_is_expected, select_by_precision

# Turn all warnings into errors for this module
# Ignoring NumPy deprecation warning tracked in https://github.com/pymc-devs/pytensor/issues/146
pytestmark = pytest.mark.filterwarnings(
"error",
"ignore: NumPy will stop allowing conversion",
# Related to https://github.com/arviz-devs/arviz/issues/2327
"ignore:datetime.datetime.utcnow():DeprecationWarning",
)
Expand Down

0 comments on commit 61ce412

Please sign in to comment.