Skip to content

Commit 092faf2

Browse files
committed
Added test for multidimensional plot_posterior
1 parent 16d63c6 commit 092faf2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pymc3/tests/test_plots.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ def test_plots_multidimensional():
3737
trace = sample(3000, step, start)
3838

3939
traceplot(trace)
40-
# forestplot(trace)
41-
# autocorrplot(trace)
40+
plot_posterior(trace)
4241

4342

4443
def test_multichain_plots():

0 commit comments

Comments
 (0)