add beta_bins() #68
Annotations
2 errors
Documentation:
src/beta_bins.jl#L10
doctest failure in ~/work/SubjectiveScalesModels.jl/SubjectiveScalesModels.jl/src/beta_bins.jl:10-29
```jldoctest
julia> beta_bins(3)
6-element Vector{Float64}:
-0.3333333333333333
2.220446049250313e-16
0.3333333333333335
0.6666666666666667
1.0
1.3333333333333333
julia> beta_bins(rand(100))
7-element Vector{Float64}:
-0.25
2.220446049250313e-16
0.25000000000000017
0.5000000000000001
0.75
1.0
1.25
```
Subexpression:
beta_bins(rand(100))
Evaluated output:
8-element Vector{Float64}:
-0.2
2.220446049250313e-16
0.20000000000000018
0.40000000000000013
0.6000000000000001
0.8
1.0
1.2
Expected output:
7-element Vector{Float64}:
-0.25
2.220446049250313e-16
0.25000000000000017
0.5000000000000001
0.75
1.0
1.25
diff =
Warning: Diff output requires color.
7-element 8-element Vector{Float64}:
-0.25
-0.2
2.220446049250313e-16
0.25000000000000017
0.5000000000000001
0.75
0.20000000000000018
0.40000000000000013
0.6000000000000001
0.8
1.0
1.251.2
|
Documentation
Process completed with exit code 1.
|