Skip to content

Commit b09f9a6

Browse files
ilanmantwiecki
authored andcommitted
Update BEST.ipynb (pymc-devs#1270)
pm.plot.summary() should be pm.summary()
1 parent d5242be commit b09f9a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/notebooks/BEST.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@
456456
}
457457
],
458458
"source": [
459-
"pm.plots.summary(trace[1000:], \n",
459+
"pm.summary(trace[1000:], \n",
460460
" varnames=['difference of means', 'difference of stds', 'effect size'])"
461461
]
462462
},

0 commit comments

Comments
 (0)