Documenter #1237
Annotations
5 errors
Run julia-actions/julia-docdeploy@v1:
../../../.julia/packages/PosteriorStats/cl4WO/src/model_weights.jl#L61
doctest failure in ~/.julia/packages/PosteriorStats/cl4WO/src/model_weights.jl:61-66
```jldoctest model_weights; setup = :(using Random; Random.seed!(94))
julia> model_weights(elpd_results; method=BootstrappedPseudoBMA()) |> pairs
pairs(::NamedTuple) with 2 entries:
:centered => 0.483723
:non_centered => 0.516277
```
Subexpression:
model_weights(elpd_results; method=BootstrappedPseudoBMA()) |> pairs
Evaluated output:
pairs(::NamedTuple) with 2 entries:
:centered => 0.483727
:non_centered => 0.516273
Expected output:
pairs(::NamedTuple) with 2 entries:
:centered => 0.483723
:non_centered => 0.516277
diff =
Warning: Diff output requires color.
pairs(::NamedTuple) with 2 entries:
:centered => 0.483723
0.483727
:non_centered => 0.5162770.516273
|
Run julia-actions/julia-docdeploy@v1:
../../../.julia/packages/PosteriorStats/cl4WO/src/summarize.jl#L189
doctest failure in ~/.julia/packages/PosteriorStats/cl4WO/src/summarize.jl:189-200
```jldoctest summarize; setup = (using Random; Random.seed!(84))
julia> using Statistics, StatsBase
julia> x = randn(1000, 4, 3) .+ reshape(0:10:20, 1, 1, :);
julia> summarize(x, mean, std, :mcse_mean => sem; name="Mean/Std")
Mean/Std
mean std mcse_mean
1 0.0003 0.990 0.016
2 10.02 0.988 0.016
3 19.98 0.988 0.016
```
Subexpression:
summarize(x, mean, std, :mcse_mean => sem; name="Mean/Std")
Evaluated output:
Mean/Std
mean std mcse_mean
1 0.0003 0.989 0.016
2 10.02 0.988 0.016
3 19.98 0.988 0.016
Expected output:
Mean/Std
mean std mcse_mean
1 0.0003 0.990 0.016
2 10.02 0.988 0.016
3 19.98 0.988 0.016
diff =
Warning: Diff output requires color.
Mean/Std
mean std mcse_mean
1 0.0003 0.990 0.989 0.016
2 10.02 0.988 0.016
3 19.98 0.988 0.016
|
Run julia-actions/julia-docdeploy@v1:
../../../.julia/packages/PosteriorStats/cl4WO/src/summarize.jl#L203
doctest failure in ~/.julia/packages/PosteriorStats/cl4WO/src/summarize.jl:203-210
```jldoctest summarize
julia> summarize(x, (:mean, :std) => mean_and_std, mad; var_names=[:a, :b, :c])
SummaryStats
mean std mad
a 0.000305 0.990 0.978
b 10.0 0.988 0.995
c 20.0 0.988 0.979
```
Subexpression:
summarize(x, (:mean, :std) => mean_and_std, mad; var_names=[:a, :b, :c])
Evaluated output:
SummaryStats
mean std mad
a 0.000275 0.989 0.978
b 10.0 0.988 0.995
c 20.0 0.988 0.979
Expected output:
SummaryStats
mean std mad
a 0.000305 0.990 0.978
b 10.0 0.988 0.995
c 20.0 0.988 0.979
diff =
Warning: Diff output requires color.
SummaryStats
mean std mad
a 0.000305 0.990 0.000275 0.989 0.978
b 10.0 0.988 0.995
c 20.0 0.988 0.979
|
Run julia-actions/julia-docdeploy@v1:
../../../.julia/packages/PosteriorStats/cl4WO/src/summarize.jl#L228
doctest failure in ~/.julia/packages/PosteriorStats/cl4WO/src/summarize.jl:228-235
```jldoctest summarize
julia> summarize(x, default_stats(; prob_interval=0.89)...; var_names=[:a, :b, :c])
SummaryStats
mean std hdi_5.5% hdi_94.5%
a 0.000305 0.990 -1.63 1.52
b 10.0 0.988 8.53 11.6
c 20.0 0.988 18.5 21.6
```
Subexpression:
summarize(x, default_stats(; prob_interval=0.89)...; var_names=[:a, :b, :c])
Evaluated output:
SummaryStats
mean std hdi_5.5% hdi_94.5%
a 0.000275 0.989 -1.63 1.52
b 10.0 0.988 8.53 11.6
c 20.0 0.988 18.5 21.6
Expected output:
SummaryStats
mean std hdi_5.5% hdi_94.5%
a 0.000305 0.990 -1.63 1.52
b 10.0 0.988 8.53 11.6
c 20.0 0.988 18.5 21.6
diff =
Warning: Diff output requires color.
SummaryStats
mean std hdi_5.5% hdi_94.5%
a 0.000305 0.990 0.000275 0.989 -1.63 1.52
b 10.0 0.988 8.53 11.6
c 20.0 0.988 18.5 21.6
|
Run julia-actions/julia-docdeploy@v1
Process completed with exit code 1.
|
Loading