We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1f76f commit d3a8c1cCopy full SHA for d3a8c1c
pymc/testing.py
@@ -986,7 +986,7 @@ def assert_no_rvs(vars: Sequence[Variable]) -> None:
986
987
988
def mock_sample(draws: int = 10, **kwargs):
989
- """Mock the pm.sample function by returning prior predictive samples as posterior.
+ """Mock :func:`pymc.sample` with :func:`pymc.sample_prior_predictive`.
990
991
Useful for testing models that use pm.sample without running MCMC sampling.
992
0 commit comments