Skip to content

Commit 8fd13ac

Browse files
committed
Update ASCII rendering of dataset header in ext
1 parent 32c8bcf commit 8fd13ac

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ext/InferenceObjectsPosteriorStatsExt/loo_pit.jl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ julia> idata = load_example_data("centered_eight");
2626
julia> loo_result = loo(idata; var_name=:obs);
2727
2828
julia> 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
8685
julia> idata = load_example_data("centered_eight");
8786
8887
julia> 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

Comments
 (0)