CompatHelper: bump compat for PosteriorStats in [weakdeps] to 0.3, (keep existing compat) #1400
Annotations
2 errors and 1 notice
Run julia-actions/julia-docdeploy@v1
Process completed with exit code 1.
|
Run julia-actions/julia-docdeploy@v1:
ext/InferenceObjectsPosteriorStatsExt/summarize.jl#L29
doctest failure in ext/InferenceObjectsPosteriorStatsExt/summarize.jl:29-47
```jldoctest summarize
julia> using ArviZExampleData, PosteriorStats, StatsBase
julia> data = load_example_data("centered_eight");
julia> summarize(data)
SummaryStats
mean std eti94 ess_tail ess_bulk rhat mcse_mean mcse_std
mu 4.2 3.3 -2.11 .. 9.90 622 241 1.03 0.21 0.088
theta[Choate] 6.4 5.9 -3.05 .. 19.1 937 572 1.01 0.25 0.20
theta[Deerfield] 5.0 4.9 -4.49 .. 14.2 1214 532 1.01 0.21 0.15
theta[Phillips Andover] 3.4 5.4 -8.17 .. 12.7 1017 511 1.01 0.23 0.17
theta[Phillips Exeter] 4.8 5.2 -4.84 .. 14.5 911 572 1.01 0.21 0.21
theta[Hotchkiss] 3.5 4.8 -6.11 .. 12.0 789 347 1.02 0.25 0.15
theta[Lawrenceville] 3.7 5.2 -6.62 .. 12.6 957 506 1.01 0.22 0.21
theta[St. Paul's] 6.5 5.2 -2.38 .. 18.3 1031 528 1.01 0.22 0.15
theta[Mt. Hermon] 4.8 5.7 -5.52 .. 16.0 1045 538 1.01 0.24 0.23
tau 4.3 3.0 1.06 .. 11.5 214 128 1.03 0.22 0.14
```
Subexpression:
summarize(data)
Evaluated output:
SummaryStats
mean std eti94 ess_tail ess_bulk rhat ⋯
mu 4.2 3.3 -2.11 .. 9.90 622 241 1.03 ⋯
theta[Choate] 6.4 5.9 -3.05 .. 19.1 937 572 1.01 ⋯
theta[Deerfield] 5.0 4.9 -4.49 .. 14.2 1214 532 1.01 ⋯
theta[Phillips Andover] 3.4 5.4 -8.17 .. 12.7 1017 511 1.01 ⋯
theta[Phillips Exeter] 4.8 5.2 -4.84 .. 14.5 911 572 1.01 ⋯
theta[Hotchkiss] 3.5 4.8 -6.11 .. 12.0 789 347 1.02 ⋯
theta[Lawrenceville] 3.7 5.2 -6.62 .. 12.6 957 506 1.01 ⋯
theta[St. Paul's] 6.5 5.2 -2.38 .. 18.3 1031 528 1.01 ⋯
theta[Mt. Hermon] 4.8 5.7 -5.52 .. 16.0 1045 538 1.01 ⋯
tau 4.3 3.0 1.06 .. 11.5 214 128 1.03 ⋯
2 columns omitted
Expected output:
SummaryStats
mean std eti94 ess_tail ess_bulk rhat mcse_mean mcse_std
mu 4.2 3.3 -2.11 .. 9.90 622 241 1.03 0.21 0.088
theta[Choate] 6.4 5.9 -3.05 .. 19.1 937 572 1.01 0.25 0.20
theta[Deerfield] 5.0 4.9 -4.49 .. 14.2 1214 532 1.01 0.21 0.15
theta[Phillips Andover] 3.4 5.4 -8.17 .. 12.7 1017 511 1.01 0.23 0.17
theta[Phillips Exeter] 4.8 5.2 -4.84 .. 14.5 911 572 1.01 0.21 0.21
theta[Hotchkiss] 3.5 4.8 -6.11 .. 12.0 789 347 1.02 0.25 0.15
theta[Lawrenceville] 3.7 5.2 -6.62 .. 12.6 957 506 1.01 0.22 0.21
theta[St. Paul's] 6.5 5.2 -2.38 .. 18.3 1031 528 1.01 0.22 0.15
theta[Mt. Hermon] 4.8 5.7 -5.52 .. 16.0 1045 538 1.01 0.24 0.23
tau 4.3 3.0 1.06 .. 11.5 214 128 1.03 0.22 0.14
diff =
Warning: Diff output requires color.
SummaryStats
mean std eti94 ess_tail ess_bulk rhat mcse_mean mcse_std
rhat ⋯
mu 4.2 3.3 -2.11 .. 9.90 622 241 1.03 0.21 0.088
1.03 ⋯
theta[Choate] 6.4 5.9 -3.05 .. 19.1 937 572 1.01 0.25 0.20
1.01 ⋯
theta[Deerfield] 5.0 4.9 -4.49 .. 14.2 1214 532 1.01 0.21 0.15
1.01 ⋯
theta[Phillips Andover] 3.4 5.4 -8.17 .. 12.7 1017 511 1.01 0.23 0.17
|
Run julia-actions/julia-buildpkg@v1
Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache To ignore, set input `ignore-no-cache: true`
|
Loading