Skip to content

Commit

Permalink
fix deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
aloctavodia authored Nov 2, 2023
1 parent a8f7907 commit 2a8b12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymc_bart/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def plot_dependence(*args, kind="pdp", **kwargs): # pylint: disable=unused-argu
"""
if kind == "pdp":
warnings.warn(
"This function has been deprecated. Use plot_pd instead.",
"This function has been deprecated. Use plot_pdp instead.",
FutureWarning,
)
elif kind == "ice":
Expand Down

0 comments on commit 2a8b12d

Please sign in to comment.