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 471a498 commit 9f39081Copy full SHA for 9f39081
pymc/sampling.py
@@ -2065,8 +2065,10 @@ def sample_posterior_predictive_w(
2065
weighted models (default), or a dictionary with variable names as keys, and samples as
2066
numpy arrays.
2067
"""
2068
- raise FutureWarning("The function `sample_posterior_predictive_w` has been removed in PyMC 4.3.0. "
2069
- "Switch to `arviz.stats.weight_predictions`")
+ raise FutureWarning(
+ "The function `sample_posterior_predictive_w` has been removed in PyMC 4.3.0. "
2070
+ "Switch to `arviz.stats.weight_predictions`"
2071
+ )
2072
2073
2074
def sample_prior_predictive(
0 commit comments