We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20e4722 commit 61ce412Copy full SHA for 61ce412
tests/distributions/test_timeseries.py
@@ -47,10 +47,8 @@
47
from pymc.testing import assert_support_point_is_expected, select_by_precision
48
49
# Turn all warnings into errors for this module
50
-# Ignoring NumPy deprecation warning tracked in https://github.com/pymc-devs/pytensor/issues/146
51
pytestmark = pytest.mark.filterwarnings(
52
"error",
53
- "ignore: NumPy will stop allowing conversion",
54
# Related to https://github.com/arviz-devs/arviz/issues/2327
55
"ignore:datetime.datetime.utcnow():DeprecationWarning",
56
)
0 commit comments