Skip to content

Commit db0da22

Browse files
authored
Create sampling.py
fix error docstring
1 parent 97f4b35 commit db0da22

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pymc3/sampling.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -516,8 +516,7 @@ def sample_ppc(trace, samples=None, model=None, vars=None, size=None,
516516
-------
517517
samples : dict
518518
Dictionary with the variables as keys. The values corresponding to the
519-
posterior predictive samples. If a set of weights and a matching number
520-
of traces are provided, then the samples will be weighted.
519+
posterior predictive samples.
521520
"""
522521
if samples is None:
523522
samples = len(trace)

0 commit comments

Comments
 (0)