Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
aloctavodia committed Dec 20, 2024
1 parent c5a20fa commit d4e2bee
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 @@ -81,7 +81,7 @@ def plot_convergence(
kind: str = "ecdf",
figsize: Optional[tuple[float, float]] = None,
ax=None,
) -> plt.Axes:
) -> list[plt.Axes]:
"""
Plot convergence diagnostics.
Expand Down

0 comments on commit d4e2bee

Please sign in to comment.