Skip to content

Commit 8e0b9af

Browse files
committed
fix: posterior tests
1 parent 24dcb05 commit 8e0b9af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pymc3/tests/test_posteriors.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ class TestNUTSBetaBinomial(sf.NutsFixture, sf.BetaBinomialFixture):
7676
min_n_eff = 400
7777

7878

79-
@pytest.mark.xfail(reason="StudentT not refactored for v4")
8079
class TestNUTSStudentT(sf.NutsFixture, sf.StudentTFixture):
8180
n_samples = 10000
8281
tune = 1000
@@ -98,7 +97,7 @@ class TestNUTSNormalLong(sf.NutsFixture, sf.NormalFixture):
9897
atol = 0.001
9998

10099

101-
@pytest.mark.xfail(reason="StudentT not refactored for v4")
100+
@pytest.mark.xfail(reason="LKJCholeskyCov not refactored for v4")
102101
class TestNUTSLKJCholeskyCov(sf.NutsFixture, sf.LKJCholeskyCovFixture):
103102
n_samples = 2000
104103
tune = 1000

0 commit comments

Comments
 (0)