Skip to content

Commit 61ce412

Browse files
committed
Remove filter for solved warning
1 parent 20e4722 commit 61ce412

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/distributions/test_timeseries.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,8 @@
4747
from pymc.testing import assert_support_point_is_expected, select_by_precision
4848

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

0 commit comments

Comments
 (0)