We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80cf9a commit 1031722Copy full SHA for 1031722
pymc3/tests/test_distributions_timeseries.py
@@ -22,10 +22,9 @@
22
from pymc3.sampling import sample, sample_posterior_predictive
23
from pymc3.tests.helpers import select_by_precision
24
25
+# pytestmark = pytest.mark.usefixtures("seeded_test")
26
pytestmark = pytest.mark.xfail(reason="This test relies on the deprecated Distribution interface")
27
-pytestmark = pytest.mark.usefixtures("seeded_test")
28
-
29
30
def test_AR():
31
# AR1
0 commit comments