Skip to content

Commit 9f39081

Browse files
committed
Black linting
1 parent 471a498 commit 9f39081

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pymc/sampling.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2065,8 +2065,10 @@ def sample_posterior_predictive_w(
20652065
weighted models (default), or a dictionary with variable names as keys, and samples as
20662066
numpy arrays.
20672067
"""
2068-
raise FutureWarning("The function `sample_posterior_predictive_w` has been removed in PyMC 4.3.0. "
2069-
"Switch to `arviz.stats.weight_predictions`")
2068+
raise FutureWarning(
2069+
"The function `sample_posterior_predictive_w` has been removed in PyMC 4.3.0. "
2070+
"Switch to `arviz.stats.weight_predictions`"
2071+
)
20702072

20712073

20722074
def sample_prior_predictive(

0 commit comments

Comments
 (0)