@@ -26,8 +26,7 @@ julia> idata = load_example_data("centered_eight");
2626julia> loo_result = loo(idata; var_name=:obs); 
2727
2828julia> loo_pit(idata, loo_result.psis_result.log_weights; y_name=:obs) 
29- ╭────────────────────────────────────────────╮ 
30- │ 8-element DimArray{Float64, 1} loo_pit_obs │ 
29+ ┌ 8-element DimArray{Float64, 1} loo_pit_obs ┐ 
3130├────────────────────────────────────────────┴─────────────────────────── dims ┐ 
3231  ↓ school Categorical{String} [Choate, Deerfield, …, St. Paul's, Mt. Hermon] Unordered 
3332└──────────────────────────────────────────────────────────────────────────────┘ 
@@ -86,8 +85,7 @@ julia> using ArviZExampleData, PosteriorStats
8685julia> idata = load_example_data("centered_eight"); 
8786
8887julia> loo_pit(idata; y_name=:obs) 
89- ╭────────────────────────────────────────────╮ 
90- │ 8-element DimArray{Float64, 1} loo_pit_obs │ 
88+ ┌ 8-element DimArray{Float64, 1} loo_pit_obs ┐ 
9189├────────────────────────────────────────────┴─────────────────────────── dims ┐ 
9290  ↓ school Categorical{String} [Choate, Deerfield, …, St. Paul's, Mt. Hermon] Unordered 
9391└──────────────────────────────────────────────────────────────────────────────┘ 
0 commit comments