Skip to content

Commit 36c478f

Browse files
aloctavodiaspringcoil
authored andcommitted
Plot posterior (#1388)
* add plot_posterior to existing tests * add plot_posterior to existing tests
1 parent d2528b8 commit 36c478f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pymc3/tests/test_plots.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def test_plots():
2424

2525
traceplot(trace)
2626
forestplot(trace)
27-
27+
plot_posterior(trace)
2828
autocorrplot(trace)
2929

3030

@@ -52,6 +52,7 @@ def test_multichain_plots():
5252

5353
forestplot(ptrace, varnames=['early_mean', 'late_mean'])
5454
autocorrplot(ptrace, varnames=['switchpoint'])
55+
plot_posterior(ptrace)
5556

5657

5758
def test_make_2d():

0 commit comments

Comments
 (0)