Skip to content

Commit

Permalink
use dt
Browse files Browse the repository at this point in the history
  • Loading branch information
aloctavodia committed Feb 11, 2025
1 parent 4ea0e37 commit 78f50b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/gallery/model_criticism/plot_pava_calibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@

azp.style.use("arviz-variat")

idata = load_arviz_data("classification10d")
dt = load_arviz_data("classification10d")
pc = azp.plot_pava_calibration(
idata,
dt,
backend="none",
)
pc.show()

0 comments on commit 78f50b9

Please sign in to comment.